fix: ensure npm install runs before convex deploy on Netlify

This commit is contained in:
Wayne Sutton
2025-12-14 11:56:17 -08:00
parent 04c43dec4c
commit ad7f07ffe1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[build]
command = "npx convex deploy --cmd 'npm run build'"
command = "npm install && npx convex deploy --cmd 'npm run build'"
publish = "dist"
[build.environment]