From 2ed0e5bacd40b9522e4cd998d39fcaa26b66348f Mon Sep 17 00:00:00 2001 From: goodroot <9484709+goodroot@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:10:00 -0800 Subject: [PATCH] defer build in netlify toml --- netlify.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/netlify.toml b/netlify.toml index 75016ed3..219105c6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -9,14 +9,6 @@ paths = [ "node_modules" ] -[build] -command = "npm run build" -publish = "build" - -[build.environment] -NODE_VERSION = "18" -NODE_OPTIONS = "--max_old_space_size=4096" - [[redirects]] from = "/docs/reference/sql/backup/" to = "/docs/reference/sql/snapshot/"