MOBILE-3565 gulp: Run gulp watch on serve

main
Pau Ferrer Ocaña 2020-10-20 12:24:04 +02:00
parent 41dd1a6a74
commit 7ea419c349
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "ng lint",
"ionic:serve:before": "npx gulp"
"ionic:serve:before": "npx gulp",
"ionic:serve": "npx gulp watch & ng serve",
"ionic:build:before": "npx gulp"
},
"dependencies": {
"@angular/common": "~10.0.0",