Skip to content

Commit 1e9529b

Browse files
committed
Use prepare instead of prepublish in package.json
1 parent 7bea62a commit 1e9529b

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
@@ -24,7 +24,7 @@
2424
"build:umd": "cross-env BABEL_ENV=es NODE_ENV=development rollup -c -i src/index.js -o dist/redux.js",
2525
"build:umd:min": "cross-env BABEL_ENV=es NODE_ENV=production rollup -c -i src/index.js -o dist/redux.min.js",
2626
"build": "yarn run build:commonjs && yarn run build:es && yarn run build:umd && yarn run build:umd:min",
27-
"prepublish": "yarn run clean && yarn run lint && yarn test && yarn run build && check-es3-syntax lib/ dist/ --kill --print",
27+
"prepare": "yarn run clean && yarn run lint && yarn test && yarn run build && check-es3-syntax lib/ dist/ --kill --print",
2828
"examples:lint": "eslint examples",
2929
"examples:test": "cross-env CI=true babel-node examples/testAll.js",
3030
"docs:clean": "rimraf _book",

0 commit comments

Comments
 (0)