mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-12 18:43:45 +00:00
10 lines
286 B
TOML
10 lines
286 B
TOML
[build]
|
|
command = "npm ci && ./node_modules/.bin/supabase link --project-ref $SUPABASE_PROJECT_REF && ./node_modules/.bin/supabase db push && npm run build"
|
|
publish = "build"
|
|
|
|
[build.environment]
|
|
NODE_VERSION = "22"
|
|
|
|
[context.deploy-preview]
|
|
command = "npm ci && npm run build"
|