We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b95f3 commit 27b334fCopy full SHA for 27b334f
package.json
@@ -22,10 +22,7 @@
22
"build:umd:min": "cross-env NODE_ENV=production webpack src/index.js dist/redux.min.js",
23
"build:examples": "babel-node examples/buildAll.js",
24
"build": "npm run build:lib && npm run build:umd && npm run build:umd:min",
25
- "preversion": "npm run clean && npm run check",
26
- "version": "npm run build",
27
- "postversion": "git push && git push --tags && npm run clean && npm run docs:publish",
28
- "prepublish": "npm run clean && npm run build && node ./prepublish",
+ "prepublish": "npm run clean && npm run build && npm run check && node ./prepublish",
29
"docs:clean": "rimraf _book",
30
"docs:prepare": "gitbook install",
31
"docs:build": "npm run docs:prepare && gitbook build -g rackt/redux",
0 commit comments