Skip to content

Commit 47bed2b

Browse files
Merge pull request #52 from springload/hotfix/use-correct-npm-hook
Only do npm build on 'prebublishOnly'
2 parents 000067c + b5fafc2 commit 47bed2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"pages": "rm -rf pages && cp -R demo pages && webpack --config=./webpack/webpack.config.pages.js",
2121
"deploy": "npm run pages && ./bin/deploy.sh",
2222
"prettier": "prettier **/*.js --write",
23-
"prepublish": "npm run build"
23+
"prepublishOnly": "npm run build"
2424
},
2525
"repository": {
2626
"type": "git",

0 commit comments

Comments
 (0)