Skip to content

Commit d69412a

Browse files
committed
chore(windows): add cross-env
https://www.npmjs.com/package/cross-env
1 parent a87680c commit d69412a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

package-lock.json

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"build": "react-scripts build",
2020
"test": "npm run test:watch",
2121
"test:watch": "react-scripts test --env=jsdom",
22-
"test:ci": "CI=true react-scripts test --env=jsdom",
22+
"test:ci": "cross-env CI=true react-scripts test --env=jsdom",
2323
"test:precommit": "npm run test:ci",
2424
"eject": "react-scripts eject",
2525
"lint": "npx eslint .",
@@ -32,6 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"cors-anywhere": "^0.4.1",
35+
"cross-env": "^5.1.4",
3536
"eslint-config-airbnb": "^15.1.0",
3637
"eslint-config-prettier": "^2.9.0",
3738
"eslint-plugin-prettier": "^2.6.0",

0 commit comments

Comments
 (0)