We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbbdb3 commit 4eb9812Copy full SHA for 4eb9812
package.json
@@ -24,7 +24,7 @@
24
"build:website": "cd website/ && yarn && yarn build",
25
"lint": "eslint . --report-unused-disable-directives",
26
"fix": "eslint . --fix --report-unused-disable-directives",
27
- "prepublish": "yarn build",
+ "prepare": "yarn build",
28
"preversion": "yarn lint",
29
"start": "cd website && yarn && yarn start",
30
"test": "jest",
0 commit comments