Merge pull request #2934 from NoelDeMartin/MOBILE-3833

MOBILE-3833 DX: Configure default browser
main
Dani Palou 2021-09-02 12:29:30 +02:00 committed by GitHub
commit c63ec5d8ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
],
"scripts": {
"ng": "ng",
"start": "ionic serve",
"start": "ionic serve --browser=$MOODLE_APP_BROWSER",
"build": "ionic build",
"build:prod": "NODE_ENV=production ionic build --prod",
"build:test": "NODE_ENV=testing ionic build",