Skip to content

Commit fc277c3

Browse files
committed
Wrap emulator exec script in double quotes
1 parent 8e155cc commit fc277c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: firestore/package.json

+2-2
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 ./app-data-seed --ui 'ng serve'",
7-
"emulators": "npm run pre-build && firebase --project demo-friendly-eats emulators:exec --import ./app-data-seed --ui 'ng serve -c local'",
6+
"start": "npm run pre-build && firebase --project demo-friendly-eats emulators:exec --import ./app-data-seed --ui \"ng serve\"",
7+
"emulators": "npm run pre-build && firebase --project demo-friendly-eats emulators:exec --import ./app-data-seed --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)