We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7b486 commit 5f5137aCopy full SHA for 5f5137a
netlify.toml
@@ -1,2 +1,4 @@
1
[context.production]
2
- command = "npx convex deploy --cmd 'pnpm run build'"
+ 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