Skip to content

Commit 5bdf43e

Browse files
committed
creating cloud/functions/.env.local from sample during bootstrap
1 parent fb24342 commit 5bdf43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "voxxrin-app",
33
"description": "Voxxrin is your mobile conference companion.",
44
"scripts": {
5-
"bootstrap": "npm ci && concurrently 'cd mobile && npm ci' 'cd cloud/hosting && npm ci' 'cd cloud/functions && npm ci' 'cd cloud/firestore && npm ci'",
5+
"bootstrap": "([ -f cloud/functions/.env.local ] || cp cloud/functions/.env.local.sample cloud/functions/.env.local) && npm ci && concurrently 'cd mobile && npm ci' 'cd cloud/hosting && npm ci' 'cd cloud/functions && npm ci' 'cd cloud/firestore && npm ci'",
66
"build-mobile": "npm run build-mobile:prod",
77
"build-mobile:prod": "cd mobile && npm run build && cd -",
88
"build-mobile:dev": "cd mobile && npm run build-dev && cd -",

0 commit comments

Comments
 (0)