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 5821e3c commit 7cb742bCopy full SHA for 7cb742b
.travis.yml
@@ -20,6 +20,8 @@ after_success:
20
- npm run travis-deploy-once "npm run semantic-release"
21
# - npm install --prefix ./functions
22
# - firebase deploy --only functions --token "${FIREBASE_TOKEN}"
23
+before_deploy:
24
+ - npm install --prefix ./functions
25
deploy:
26
provider: firebase
27
on:
0 commit comments