Skip to content

Commit

Permalink
ci: specify build commands?
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Sep 16, 2023
1 parent 4f1f947 commit b4952e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
fetch-depth: 0
- name: Install Global Dependencies
run: npm install --global vercel pnpm
- run: pnpm install
- run: pnpm run build
- uses: amondnet/vercel-action@v25
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit b4952e1

Please sign in to comment.