Skip to content

Commit 46685fd

Browse files
committed
chore(build): Added missing cross-env
1 parent 5dacf74 commit 46685fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build:umd": "cross-env NODE_ENV=development rollup -c -o dist/ng-redux.js",
2121
"build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/ng-redux.min.js",
2222
"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",
23+
"test": "cross-env NODE_ENV=test mocha --compilers js:babel-register --recursive",
2424
"prepublish": "npm run clean && npm test && npm run build"
2525
},
2626
"repository": {

0 commit comments

Comments
 (0)