Merge pull request #3931 from NoelDeMartin/MOBILE-3947

MOBILE-3947 ng: Increase build memory size
main
Dani Palou 2024-02-15 12:15:11 +01:00 committed by GitHub
commit 09a2bf3d96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"ng": "ng",
"start": "ionic serve --browser=$MOODLE_APP_BROWSER --ssl",
"serve:test": "NODE_ENV=testing ionic serve --no-open",
"build": "ionic build --configuration=development",
"build": "NODE_OPTIONS=--max-old-space-size=8192 ionic build --configuration=development",
"build:prod": "NODE_ENV=production ionic build --prod",
"build:test": "NODE_ENV=testing ionic build --configuration=testing",
"dev:android": "concurrently \"npm run dev:android:app\" \"npm run dev:android:cordova\"",