Skip to content

Commit

Permalink
fix npm commands in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
camdendotlol committed May 17, 2024
1 parent ce3d269 commit ba83535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
VITE_BACKEND_URL: ${{ secrets.VITE_BACKEND_URL }}
VITE_GOOGLE_ANALYTICS_TAG: ${{ secrets.VITE_GOOGLE_ANALYTICS_TAG }}
run:
run: |
npm i
npm run build
- name: Deploy
Expand Down

0 comments on commit ba83535

Please sign in to comment.