Skip to content

Commit

Permalink
chore: Change buildstep
Browse files Browse the repository at this point in the history
  • Loading branch information
NishalJohn committed Nov 6, 2023
1 parent 7d9c87e commit d25a394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
git --version
node --version
pnpm --version
- run: pnpm ci && pnpm run build
- run: pnpm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git --version
node --version
pnpm --version
- run: pnpm ci && pnpm run build
- run: pnpm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit d25a394

Please sign in to comment.