We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62afb83 commit 4ec4b98Copy full SHA for 4ec4b98
netlify.toml
@@ -1,4 +1,3 @@
1
-
2
# Note: this file's config override the Netlify UI admin config
3
4
# production build
@@ -10,6 +9,9 @@
10
9
[build.environment]
11
NODE_VERSION = "lts/*"
12
NODE_OPTIONS = "--max_old_space_size=4096"
+ # default cache
13
+ YARN_ENABLE_GLOBAL_CACHE = "true"
14
+ YARN_GLOBAL_FOLDER = "/opt/buildhome/.yarn_cache"
15
16
[context.production]
17
# Do not build the site if there's no site-related changes
@@ -19,7 +21,6 @@
19
21
[context.deploy-preview]
20
22
command = "yarn workspace jest-website netlify:ci:deployPreview"
23
24
[[plugins]]
25
package = "netlify-plugin-cache"
26
[plugins.inputs]
0 commit comments