We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 342437d + dff24ad commit 6e22474Copy full SHA for 6e22474
1 file changed
.github/workflows/ci-cd.yml
@@ -299,8 +299,7 @@ jobs:
299
run: npm ci
300
301
- name: Build for Vercel
302
- run: |
303
- npm run build
+ run: vercel build --token ${{ secrets.VERCEL_TOKEN }}
304
env:
305
NODE_ENV: production
306
NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.NEXT_PUBLIC_SUPABASE_URL }}
@@ -378,8 +377,7 @@ jobs:
378
377
379
380
381
382
383
384
385
0 commit comments