Skip to content

Commit 8f58725

Browse files
committed
Remove dist script
1 parent c8e468c commit 8f58725

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"build:lib": "rm -rf lib && `npm bin`/babel src --out-dir lib",
88
"build:min": "./node_modules/.bin/webpack --optimize-minimize lib/index.js dist/ng-redux.min.js",
99
"build:max": "./node_modules/.bin/webpack lib/index.js dist/ng-redux.js",
10-
"dist": "npm run build",
1110
"test": "mocha --compilers js:babel-register --recursive",
1211
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
1312
"cz": "git-cz"

0 commit comments

Comments
 (0)