forked from EVOgeek/Vmeda.Online
Merge pull request #1923 from crazyserver/MOBILE-3037
MOBILE-3037 ionic: Execute gulp before ionic servemain
commit
96d2fb7a73
|
@ -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