Merge pull request #2011 from crazyserver/andrewnicols-MOBILE-2925

MOBILE-2925 install: Use node when building
main
Juan Leyva 2019-07-29 10:56:43 +02:00 committed by GitHub
commit fe7a1f25f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"clean": "npx ionic-app-scripts clean", "clean": "npx ionic-app-scripts clean",
"build": "npx ionic-app-scripts build", "build": "npx ionic-app-scripts build",
"lint": "npx ionic-app-scripts lint", "lint": "npx ionic-app-scripts lint",
"ionic:build": "npx --max-old-space-size=16384 ./node_modules/@ionic/app-scripts/bin/ionic-app-scripts.js build", "ionic:build": "node --max-old-space-size=16384 ./node_modules/@ionic/app-scripts/bin/ionic-app-scripts.js build",
"ionic:serve:before": "npx gulp", "ionic:serve:before": "npx gulp",
"ionic:serve": "npx gulp watch & npx ionic-app-scripts serve -b --devapp --address=0.0.0.0", "ionic:serve": "npx gulp watch & npx ionic-app-scripts serve -b --devapp --address=0.0.0.0",
"ionic:build:before": "npx gulp", "ionic:build:before": "npx gulp",