mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
fix: ensure vite installs and builds correctly on Netlify
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
[build]
|
||||
command = "npm install && npx convex deploy --cmd 'npm run build'"
|
||||
command = "npm ci && npx convex deploy --cmd 'npm run build'"
|
||||
publish = "dist"
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "20"
|
||||
NPM_FLAGS = "--include=dev"
|
||||
|
||||
# Convex HTTP endpoints
|
||||
# RSS feeds
|
||||
|
||||
Reference in New Issue
Block a user