Skip to content

Commit

Permalink
Merge pull request #2010 from reduxjs/feature/netlify-config-umami
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed May 22, 2023
2 parents 24d2a34 + 1435bac commit 940fe61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
base = "website"
publish = "website/build"
command = "yarn && yarn build && cp _redirects ./build"
ignore = "git diff --quiet HEAD^ HEAD -- ../docs/ ."
ignore = "git diff --quiet HEAD^ HEAD -- ../docs/ . ../netlify.toml"

[build.environment]
NODE_VERSION = "14"
NODE_VERSION = "16.14.0"
NODE_OPTIONS = "--max_old_space_size=4096"
NETLIFY_USE_YARN = "true"
YARN_VERSION = "1.22.10"
Expand Down

0 comments on commit 940fe61

Please sign in to comment.