We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e468c commit 8f58725Copy full SHA for 8f58725
package.json
@@ -7,7 +7,6 @@
7
"build:lib": "rm -rf lib && `npm bin`/babel src --out-dir lib",
8
"build:min": "./node_modules/.bin/webpack --optimize-minimize lib/index.js dist/ng-redux.min.js",
9
"build:max": "./node_modules/.bin/webpack lib/index.js dist/ng-redux.js",
10
- "dist": "npm run build",
11
"test": "mocha --compilers js:babel-register --recursive",
12
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
13
"cz": "git-cz"
0 commit comments