MOBILE-3833 DX: Configure `serve:test` script
Added this script in order to go in line with the documentation at https://docs.moodle.org/dev/Acceptance_testing_for_the_Moodle_Appmain
parent
6e4bc4b311
commit
a91e21ea67
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue