Skip to content

Commit

Permalink
Switch prepublish to prepare script for npm 5 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Jun 26, 2017
1 parent 7fbddd6 commit 6eed34d
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 98 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build:umd": "cross-env BABEL_ENV=es NODE_ENV=development rollup -c -i src/index.js -o dist/redux.js",
"build:umd:min": "cross-env BABEL_ENV=es NODE_ENV=production rollup -c -i src/index.js -o dist/redux.min.js",
"build": "yarn run build:commonjs && yarn run build:es && yarn run build:umd && yarn run build:umd:min",
"prepublish": "yarn run clean && yarn run lint && yarn test && yarn run build",
"prepare": "yarn run clean && yarn run lint && yarn test && yarn run build",
"examples:lint": "eslint examples",
"examples:test": "cross-env CI=true babel-node examples/testAll.js",
"docs:clean": "rimraf _book",
Expand Down
Loading

0 comments on commit 6eed34d

Please sign in to comment.