We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02eee70 commit 5d7259cCopy full SHA for 5d7259c
2 files changed
.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
10
executor: node12
11
steps:
12
- checkout
13
- - run: cd functions && npm ci
+ - run: (cd functions && npm ci)
14
15
# test:
16
# executor: node12
scripts/deploy.sh
@@ -34,5 +34,5 @@ fi
34
tar xzf static_website.tar.gz -C public
35
36
# Deploy to Firebase
37
-cd functions && npm ci
+(cd functions && npm ci)
38
functions/node_modules/.bin/firebase deploy --token="${TOKEN}" --project="${PROJECT}"
0 commit comments