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.
2 parents 000067c + b5fafc2 commit 47bed2bCopy full SHA for 47bed2b
package.json
@@ -20,7 +20,7 @@
20
"pages": "rm -rf pages && cp -R demo pages && webpack --config=./webpack/webpack.config.pages.js",
21
"deploy": "npm run pages && ./bin/deploy.sh",
22
"prettier": "prettier **/*.js --write",
23
- "prepublish": "npm run build"
+ "prepublishOnly": "npm run build"
24
},
25
"repository": {
26
"type": "git",
0 commit comments