Skip to content

Commit 814621b

Browse files
c-wnicolodavisdelucis
authored
Make package.json scripts work on Windows (#657)
* Make package.json scripts work on Windows * Replace concurrently with npm-run-all * add build to start script * run build in prestart (not start) also rename install-web.js to install-examples.js Co-authored-by: Nicolo Davis <[email protected]> Co-authored-by: Chris Swithinbank <[email protected]>
1 parent d19f449 commit 814621b

9 files changed

Lines changed: 488 additions & 261 deletions

File tree

integration/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
"react-dom": "^16.7.0",
88
"react-scripts": "^2.1.3"
99
},
10+
"devDependencies": {
11+
"cross-env": "^7.0.2"
12+
},
1013
"scripts": {
1114
"start": "react-scripts start",
1215
"build": "react-scripts build",
13-
"test": "CI=true react-scripts test",
16+
"test": "cross-env CI=true react-scripts test",
1417
"eject": "react-scripts eject"
1518
},
1619
"eslintConfig": {

0 commit comments

Comments
 (0)