Skip to content

Commit

Permalink
Add vite installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
majumdartanmay authored Mar 23, 2024
1 parent e29f4da commit 95f8486
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm run build
- run: |
apt-get update && apt-get -y install vite
npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit 95f8486

Please sign in to comment.