Skip to content

Commit

Permalink
Added UI flag to emulator scripts (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
ABradham authored Aug 2, 2023
1 parent 2a11548 commit 18e67ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firestore/angular-rewrite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "npm run pre-build && firebase --project demo-friendly-eats emulators:exec --import ./imported-firebase-data 'ng serve'",
"emulators": "npm run pre-build && firebase --project demo-friendly-eats emulators:exec --import ./imported-firebase-data 'ng serve -c local'",
"start": "npm run pre-build && firebase --project demo-friendly-eats emulators:exec --import ./imported-firebase-data --ui 'ng serve'",
"emulators": "npm run pre-build && firebase --project demo-friendly-eats emulators:exec --import ./imported-firebase-data --ui 'ng serve -c local'",
"production": "npm run pre-build && firebase deploy --only firestore && npm run check-config",
"check-config":"grep -q \"projectId\" \"src/environments/environment.prod.ts\" && ng serve -c production || echo \"No project id in configuration file!\"",
"pre-build": "(cd functions && npm run build)",
Expand Down

0 comments on commit 18e67ce

Please sign in to comment.