MOBILE-3037 ionic: Execute gulp before ionic serve

main
Pau Ferrer Ocaña 2019-05-17 16:55:56 +02:00
parent 73f8b5a729
commit 8b02d60d92
1 changed files with 1 additions and 0 deletions

View File

@ -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",