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

Commit

Permalink
feat: remove EXPERIMENTAL_NPM_WORKSPACES_CACHING (Xenial) (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Apr 1, 2022
1 parent 5bf03f3 commit 388aa07
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions run-build-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,7 @@ run_npm_set_temp() {
}

run_npm() {
local featureFlags="$1"

if [ -n "$EXPERIMENTAL_NPM_WORKSPACES_CACHING" ] || has_feature_flag "$featureFlags" "build_image_npm_workspaces_caching"
then
restore_node_modules "npm"
else
restore_cwd_cache node_modules "node modules"
fi
restore_node_modules "npm"

if [ -n "$NPM_VERSION" ]
then
Expand Down

0 comments on commit 388aa07

Please sign in to comment.