Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sartim committed Mar 20, 2024
1 parent 28ba2fa commit d69c3e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install --force
- run: npm install -g firebase-tools
- run: bower install
- name: Run build
run: npm run build --noninteractive
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install --force
- run: npm install -g firebase-tools
- run: bower install
- name: Run build
run: npm run build --noninteractive
Expand All @@ -41,5 +42,7 @@ jobs:
fetch-depth: 1
- name: Deploy to prod
run: |
echo "firebase deploy"
firebase login
firebase deploy
firebase logout

0 comments on commit d69c3e2

Please sign in to comment.