Skip to content

Commit 8343461

Browse files
committed
Add cross env
1 parent 7220e21 commit 8343461

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/stack-frame-overlay/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"main": "lib/index.js",
66
"scripts": {
77
"prepublishOnly": "npm run build:prod && npm test",
8-
"start": "NODE_ENV=development npm run build -- --watch",
8+
"start": "cross-env NODE_ENV=development npm run build -- --watch",
99
"test": "flow && jest",
1010
"build": "babel src/ -d lib/",
11-
"build:prod": "NODE_ENV=production babel src/ -d lib/"
11+
"build:prod": "cross-env NODE_ENV=production babel src/ -d lib/"
1212
},
1313
"repository": "facebookincubator/create-react-app",
1414
"license": "BSD-3-Clause",
@@ -40,6 +40,7 @@
4040
"babel-cli": "^6.24.1",
4141
"babel-eslint": "7.x",
4242
"babel-preset-react-app": "^2.2.0",
43+
"cross-env": "^4.0.0",
4344
"eslint": "^3.16.1",
4445
"eslint-config-react-app": "^0.6.2",
4546
"eslint-plugin-flowtype": "^2.21.0",

0 commit comments

Comments
 (0)