Skip to content

Commit

Permalink
defer build in netlify toml
Browse files Browse the repository at this point in the history
  • Loading branch information
goodroot committed Dec 12, 2024
1 parent 5836072 commit 2ed0e5b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 2ed0e5b

Please sign in to comment.