Skip to content

Commit

Permalink
Update Yarn Build Command; update-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg committed Jun 13, 2022
1 parent 8691bdc commit 38e7b5e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ command = "CI='' yarn run build"
## YARN_ENABLE_GLOBAL_CACHE = "true"
## YARN_GLOBAL_FOLDER = "/opt/buildhome/.yarn_cache"

## [build.environment]
## NODE_VERSION = "16"
## YARN_VERSION = "3.2.1"
## NPM_FLAGS = "--version"

[build.environment]
NODE_VERSION = "16"
YARN_VERSION = "3.2.1"
NPM_FLAGS = "--version"
YARN_FLAGS = "-mode=update-lockfile"
YARN_CACHE_FOLDER = "/opt/buildhome/.yarn_cache"

[[plugins]]
package = "/.netlify/netlify-plugin-yarn"
Expand Down

0 comments on commit 38e7b5e

Please sign in to comment.