Skip to content

Commit 940fe61

Browse files
authored
Merge pull request #2010 from reduxjs/feature/netlify-config-umami
2 parents 24d2a34 + 1435bac commit 940fe61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
base = "website"
33
publish = "website/build"
44
command = "yarn && yarn build && cp _redirects ./build"
5-
ignore = "git diff --quiet HEAD^ HEAD -- ../docs/ ."
5+
ignore = "git diff --quiet HEAD^ HEAD -- ../docs/ . ../netlify.toml"
66

77
[build.environment]
8-
NODE_VERSION = "14"
8+
NODE_VERSION = "16.14.0"
99
NODE_OPTIONS = "--max_old_space_size=4096"
1010
NETLIFY_USE_YARN = "true"
1111
YARN_VERSION = "1.22.10"

0 commit comments

Comments
 (0)