We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb24342 commit 5bdf43eCopy full SHA for 5bdf43e
package.json
@@ -2,7 +2,7 @@
2
"name": "voxxrin-app",
3
"description": "Voxxrin is your mobile conference companion.",
4
"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'",
+ "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'",
6
"build-mobile": "npm run build-mobile:prod",
7
"build-mobile:prod": "cd mobile && npm run build && cd -",
8
"build-mobile:dev": "cd mobile && npm run build-dev && cd -",
0 commit comments