Merge pull request #2944 from NoelDeMartin/MOBILE-3833

MOBILE-3833 DX: Configure `serve:test` script
main
Dani Palou 2021-09-14 08:07:21 +02:00 committed by GitHub
commit 4849bc1149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
"scripts": {
"ng": "ng",
"start": "ionic serve --browser=$MOODLE_APP_BROWSER",
"serve:test": "NODE_ENV=testing ionic serve --no-open",
"build": "ionic build",
"build:prod": "NODE_ENV=production ionic build --prod",
"build:test": "NODE_ENV=testing ionic build",