We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24d2a34 + 1435bac commit 940fe61Copy full SHA for 940fe61
netlify.toml
@@ -2,10 +2,10 @@
2
base = "website"
3
publish = "website/build"
4
command = "yarn && yarn build && cp _redirects ./build"
5
- ignore = "git diff --quiet HEAD^ HEAD -- ../docs/ ."
+ ignore = "git diff --quiet HEAD^ HEAD -- ../docs/ . ../netlify.toml"
6
7
[build.environment]
8
-NODE_VERSION = "14"
+NODE_VERSION = "16.14.0"
9
NODE_OPTIONS = "--max_old_space_size=4096"
10
NETLIFY_USE_YARN = "true"
11
YARN_VERSION = "1.22.10"
0 commit comments