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

Commit 299788d

Browse files
authored
feat: remove EXPERIMENTAL_NPM_WORKSPACES_CACHING (#764)
1 parent 2d975aa commit 299788d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

run-build-functions.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,7 @@ run_npm_set_temp() {
184184
}
185185

186186
run_npm() {
187-
local featureFlags="$1"
188-
189-
if [ -n "$EXPERIMENTAL_NPM_WORKSPACES_CACHING" ] || has_feature_flag "$featureFlags" "build_image_npm_workspaces_caching"
190-
then
191-
restore_node_modules "npm"
192-
else
193-
restore_cwd_cache node_modules "node modules"
194-
fi
187+
restore_node_modules "npm"
195188

196189
if [ -n "$NPM_VERSION" ]
197190
then

0 commit comments

Comments
 (0)