Skip to content

Commit

Permalink
Add install before vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
cregourd committed Nov 12, 2024
1 parent c872810 commit a2defb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID_EXAMPLE }}
- name: Build Project Artifacts (Example)
run: vercel build ${{ inputs.extra_args }} --token=${{ secrets.VERCEL_TOKEN }}
run: pnpm install && vercel build ${{ inputs.extra_args }} --token=${{ secrets.VERCEL_TOKEN }}
env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID_EXAMPLE }}
- name: Deploy Project Artifacts to Vercel (Example)
Expand Down

0 comments on commit a2defb1

Please sign in to comment.