We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dacf74 commit 46685fdCopy full SHA for 46685fd
package.json
@@ -20,7 +20,7 @@
20
"build:umd": "cross-env NODE_ENV=development rollup -c -o dist/ng-redux.js",
21
"build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/ng-redux.min.js",
22
"build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min",
23
- "test": "NODE_ENV=test mocha --compilers js:babel-register --recursive",
+ "test": "cross-env NODE_ENV=test mocha --compilers js:babel-register --recursive",
24
"prepublish": "npm run clean && npm test && npm run build"
25
},
26
"repository": {
0 commit comments