Skip to content

Commit 29066a8

Browse files
authored
Update Netlify.toml (#5051)
1 parent b078697 commit 29066a8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

netlify.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[build]
22
base = ""
33
publish = "website/build"
4-
command = "yarn && cd website && yarn build"
5-
4+
command = "git backfill & yarn & wait && cd website && yarn build"
5+
66
[context.production.environment]
7-
NODE_VERSION = "22"
7+
NODE_VERSION = "24"
8+
DOCUSAURUS_PERF_LOGGER = "true"
89

910
[context.deploy-preview.environment]
10-
NODE_VERSION = "22"
11+
NODE_VERSION = "24"
1112
PREVIEW_DEPLOY = "true"
1213

1314
[[headers]]

0 commit comments

Comments
 (0)