mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
fix: ensure npm install runs before convex deploy on Netlify
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user