Skip to content

Commit

Permalink
Fix Yarn Flags
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg committed Jun 13, 2022
1 parent 38e7b5e commit 7c4c16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ command = "CI='' yarn run build"
[build.environment]
NODE_VERSION = "16"
YARN_VERSION = "3.2.1"
YARN_FLAGS = "-mode=update-lockfile"
YARN_FLAGS = "--mode=update-lockfile"
YARN_CACHE_FOLDER = "/opt/buildhome/.yarn_cache"

[[plugins]]
Expand Down

0 comments on commit 7c4c16a

Please sign in to comment.