Skip to content

Commit

Permalink
disable prebuild linking for now
Browse files Browse the repository at this point in the history
  • Loading branch information
xiel committed Jul 4, 2024
1 parent 156eb12 commit dd5c66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"prebuild": "yarn link-package",
"old:prebuild": "yarn link-package",
"predevelop": "yarn link-package",
"postinstall": "patch-package",
"link-package": "cd ..; yarn unlink; yarn link; cd docs; yarn link wheel-gestures;"
Expand Down

0 comments on commit dd5c66a

Please sign in to comment.