We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4223fa1 commit 31ff603Copy full SHA for 31ff603
docs/package.json
@@ -7,7 +7,7 @@
7
"build": "next build",
8
"start": "next start",
9
"lint": "next lint",
10
- "prebuild": "yarn link-package",
+ "old:prebuild": "yarn link-package",
11
"predevelop": "yarn link-package",
12
"postinstall": "patch-package",
13
"link-package": "cd ..; yarn unlink; yarn link; cd docs; yarn link wheel-gestures;"
0 commit comments