Skip to content

Commit 56d8b03

Browse files
committed
npm prepublish -> prepare
1 parent b2c1a2f commit 56d8b03

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
@@ -56,7 +56,7 @@
5656
"dist:async": "tsc -p . --outDir ./lib/async/ --target es2017 && cpy src/index.js lib/async/",
5757
"dist:web": "webpack",
5858
"dist": "rimraf lib && npm-run-all --parallel dist:* && cpy src/index.all.js --rename index.js lib/",
59-
"prepublish": "yarn dist && node -e 'require(\".\");'"
59+
"prepare": "yarn dist && node -e 'require(\".\");'"
6060
},
6161
"dependencies": {
6262
"es6-error": "^4.0.1",

0 commit comments

Comments
 (0)