Skip to content

Commit 18e67ce

Browse files
authored
Added UI flag to emulator scripts (#729)
1 parent 2a11548 commit 18e67ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firestore/angular-rewrite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.0",
44
"scripts": {
55
"ng": "ng",
6-
"start": "npm run pre-build && firebase --project demo-friendly-eats emulators:exec --import ./imported-firebase-data 'ng serve'",
7-
"emulators": "npm run pre-build && firebase --project demo-friendly-eats emulators:exec --import ./imported-firebase-data 'ng serve -c local'",
6+
"start": "npm run pre-build && firebase --project demo-friendly-eats emulators:exec --import ./imported-firebase-data --ui 'ng serve'",
7+
"emulators": "npm run pre-build && firebase --project demo-friendly-eats emulators:exec --import ./imported-firebase-data --ui 'ng serve -c local'",
88
"production": "npm run pre-build && firebase deploy --only firestore && npm run check-config",
99
"check-config":"grep -q \"projectId\" \"src/environments/environment.prod.ts\" && ng serve -c production || echo \"No project id in configuration file!\"",
1010
"pre-build": "(cd functions && npm run build)",

0 commit comments

Comments
 (0)