Skip to content

Commit 31ff603

Browse files
committed
disable prebuild linking for now
1 parent 4223fa1 commit 31ff603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "next build",
88
"start": "next start",
99
"lint": "next lint",
10-
"prebuild": "yarn link-package",
10+
"old:prebuild": "yarn link-package",
1111
"predevelop": "yarn link-package",
1212
"postinstall": "patch-package",
1313
"link-package": "cd ..; yarn unlink; yarn link; cd docs; yarn link wheel-gestures;"

0 commit comments

Comments
 (0)