Skip to content

Commit 6c0b1d9

Browse files
Add --prod flag to vercel build
1 parent ca2b620 commit 6c0b1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
3333

3434
- name: Build Project Artifacts
35-
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
35+
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
3636

3737
- name: Deploy Project Artifacts to Vercel
3838
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)