Skip to content

Commit 27b334f

Browse files
committed
Remove unused scripts
1 parent 79b95f3 commit 27b334f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
"build:umd:min": "cross-env NODE_ENV=production webpack src/index.js dist/redux.min.js",
2323
"build:examples": "babel-node examples/buildAll.js",
2424
"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",
25+
"prepublish": "npm run clean && npm run build && npm run check && node ./prepublish",
2926
"docs:clean": "rimraf _book",
3027
"docs:prepare": "gitbook install",
3128
"docs:build": "npm run docs:prepare && gitbook build -g rackt/redux",

0 commit comments

Comments
 (0)