Skip to content

Commit 4e727f8

Browse files
Change prepublish to prepare
1 parent e7c82dc commit 4e727f8

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
@@ -17,7 +17,7 @@
1717
"docs": "documentation build src/Particle.js --shallow -g -f md -o docs/api.md",
1818
"build": "webpack --env mode=production",
1919
"build-nomin": "webpack --env mode=development",
20-
"preversion": "npm run test && npm run prepublish",
20+
"preversion": "npm run test && npm run prepare",
2121
"reinstall": "rm -rf ./node_modules && npm i",
2222
"version": "npm run build && npm run docs && npm run update-changelog && git add dist/* docs/*",
2323
"update-changelog": "VERSION=`node -p -e \"require('./package.json').version\"` bash -c 'read -p \"Update CHANGELOG.md for version $VERSION and press ENTER when done.\"' && git add CHANGELOG.md"

0 commit comments

Comments
 (0)