MOBILE-3037 ionic: Execute gulp before ionic serve
parent
73f8b5a729
commit
8b02d60d92
|
@ -28,6 +28,7 @@
|
|||
"build": "ionic-app-scripts build",
|
||||
"lint": "ionic-app-scripts lint",
|
||||
"ionic:build": "node --max-old-space-size=16384 ./node_modules/@ionic/app-scripts/bin/ionic-app-scripts.js build",
|
||||
"ionic:serve:before": "gulp",
|
||||
"ionic:serve": "gulp watch | ionic-app-scripts serve",
|
||||
"ionic:build:before": "gulp",
|
||||
"ionic:watch:before": "gulp",
|
||||
|
|
Loading…
Reference in New Issue