Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit c90a022

Browse files
authored
Fix: update package.json test script with cross-env
See #36
1 parent b763d1c commit c90a022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"scripts": {
4242
"t": "npm run test",
4343
"test:watch": "npm test -- --watch",
44-
"test": "BABEL_DISABLE_CACHE=1 NODE_ENV=test node --harmony_proxies node_modules/.bin/jest",
44+
"test": "cross-env BABEL_DISABLE_CACHE=1 NODE_ENV=test node --harmony_proxies node_modules/.bin/jest",
4545
"build": "./node_modules/.bin/webpack",
4646
"dev": "./node_modules/.bin/webpack-dev-server",
4747
"generate": "plop --plopfile config/generators/index.js",

0 commit comments

Comments
 (0)