From 1f9f515c1e654602dfe6e694949faa0f21f6b0c4 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Sun, 29 Dec 2024 12:53:43 -0500 Subject: [PATCH] update netlify build command to deploy convex --- netlify.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..7e1bffc2 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,2 @@ +[context.production] + command = "npx convex deploy --cmd 'pnpm run build'" \ No newline at end of file