Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwanDecoster committed Dec 9, 2024
1 parent 70de86c commit 0904602
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
node -v
npm -v
npm ci --no-fund
npm run codegen
- name: Check Prettier
run: npm run check-format
Expand All @@ -47,5 +46,5 @@ jobs:
run: |
npm install --global vercel@latest
vercel pull --yes --environment=preview --scope i-exec --token=${{ steps.set-vercel-token.outputs.vercel_token }}
VITE_APP_COMMIT=${{ github.sha }} vercel build --scope i-exec --token=${{ steps.set-vercel-token.outputs.vercel_token }}
vercel build --scope i-exec --token=${{ steps.set-vercel-token.outputs.vercel_token }}
vercel deploy --prebuilt --scope i-exec --token=${{ steps.set-vercel-token.outputs.vercel_token }}

0 comments on commit 0904602

Please sign in to comment.