Skip to content

Commit

Permalink
Remove prebuild step from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kaje94 committed Dec 17, 2023
1 parent 24479c7 commit 31c135a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Run pre-build script
run: npm run prebuild
- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
Expand Down

0 comments on commit 31c135a

Please sign in to comment.