Skip to content

Commit 5f5137a

Browse files
committed
add preview build command
1 parent be7b486 commit 5f5137a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

netlify.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[context.production]
2-
command = "npx convex deploy --cmd 'pnpm run build'"
2+
command = "npx convex deploy --cmd 'pnpm run build'"
3+
[context.deploy-preview]
4+
command = "npx convex deploy --cmd 'pnpm run build' --preview-run 'stats:sync'"

0 commit comments

Comments
 (0)