File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
"testReact" : " if [ ! -f my-react-app/package.json ]; then yarn run firstRunReact; fi" ,
24
24
"prestartReact" : " yarn run testReact" ,
25
25
"startReact" : " cd my-react-app && yarn start" ,
26
- "startAll" : " parallelshell 'yarn run startReact' 'yarn run startPreact' 'yarn run startVue' 'yarn run startAngular'"
26
+ "startAll" : " npm install && parallelshell 'yarn run startReact' 'yarn run startPreact' 'yarn run startVue' 'yarn run startAngular'"
27
27
},
28
- "peerDependencies " : {
28
+ "dependencies " : {
29
29
"@angular/cli" : " ^1.4.3" ,
30
30
"create-react-app" : " ^1.4.0" ,
31
31
"json" : " ^9.0.6" ,
Original file line number Diff line number Diff line change 23
23
"testReact" : " if [ ! -f my-react-app/package.json ]; then yarn run firstRunReact; fi" ,
24
24
"prestartReact" : " yarn run testReact" ,
25
25
"startReact" : " cd my-react-app && yarn start" ,
26
- "startAll" : " parallelshell 'yarn run startReact' 'yarn run startPreact' 'yarn run startVue' 'yarn run startAngular'"
26
+ "startAll" : " npm install && parallelshell 'yarn run startReact' 'yarn run startPreact' 'yarn run startVue' 'yarn run startAngular'"
27
27
},
28
28
"peerDependencies" : {
29
29
"@angular/cli" : " ^1.4.3" ,
You can’t perform that action at this time.
0 commit comments