Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet committed Sep 8, 2019
1 parent fd141d9 commit 1058fec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
cd functions
npm install
npm run lint
echo $FIREBASE_URL
npm run deploy
- name: Deploy hosting
run: |
Expand Down
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "firebase serve --only functions",
"shell": "firebase functions:shell",
"start": "npm run shell",
"deploy": "firebase deploy --only functions --token \"$FIREBASE_TOKEN\"",
"deploy": "firebase deploy --only functions --token \"$FIREBASE_TOKEN\" --non-interactive",
"logs": "firebase functions:log",
"test": "mocha --reporter spec"
},
Expand Down

0 comments on commit 1058fec

Please sign in to comment.