Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ylemkimon authored Aug 3, 2020
1 parent 585fb9e commit 2708e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run-build-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ run_yarn() {
if [[ "${yarn_version%%.*}" -gt "1" ]]
then
# The cache-folder flag is deprecated in Yarn 2
# Override the environment variable if the user set any.
export YARN_CACHE_FOLDER="$NETLIFY_BUILD_BASE/.yarn_cache"
else
# Remove the cache-folder flag if the user set any.
Expand Down

0 comments on commit 2708e4b

Please sign in to comment.