Skip to content

Commit abeb4e6

Browse files
committed
fix: add preset for the build jobs
1 parent 915b5a8 commit abeb4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

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

4040
- name: Build project artifacts
41-
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
41+
run: NITRO_PRESET=vercel vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
4242

4343
- name: Deploy project artifacts to vercel
4444
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)