File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 19
19
"sideEffects" : true ,
20
20
"scripts" : {
21
21
"pre:run" : " install-changed" ,
22
+ "dev" : " npm run start" ,
22
23
"start" : " npm run pre:run && cross-env BUILD_GOAL=development NODE_ENV=development webpack serve --config ./webpack/webpack.dev.js --stats-error-details" ,
23
24
"dev:faker" : " concurrently -r \" npm run start\" \" npm run faker\" " ,
24
25
"build:production" : " npm run && cross-env SENTRY_SOURCE_MAP=no BUILD_GOAL=production NODE_ENV=production webpack --config ./webpack/webpack.prod.js --stats-error-details" ,
Original file line number Diff line number Diff line change
1
+
2
+ cd ..
3
+ echo " " > front.log
4
+ start npm run dev > front.log &
5
+ echo " Start front complete!"
Original file line number Diff line number Diff line change
1
+
2
+ cd ..
3
+ echo " " > front.log
4
+ nohup npm run dev > front.log &
5
+ echo " Start front complete!"
6
+ tail -f front.log
You can’t perform that action at this time.
0 commit comments