2
0
Fork 0

Merge pull request #1923 from crazyserver/MOBILE-3037

MOBILE-3037 ionic: Execute gulp before ionic serve
main
Juan Leyva 2019-05-20 12:00:09 +02:00 committed by GitHub
commit 96d2fb7a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",