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

Commit 51d891f

Browse files
author
Lukas Holzer
authored
fix: corepack cannot be cached (#893)
1 parent 2d43dde commit 51d891f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-build-functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ mkdir -p $NETLIFY_CACHE_DIR/.netlify/plugins
6161

6262
# HOME caches
6363
mkdir -p $NETLIFY_CACHE_DIR/.yarn_cache
64+
mkdir -p $NETLIFY_CACHE_DIR/.node/corepack
6465
mkdir -p $NETLIFY_CACHE_DIR/.cache/pip
6566
mkdir -p $NETLIFY_CACHE_DIR/.cask
6667
mkdir -p $NETLIFY_CACHE_DIR/.emacs.d

0 commit comments

Comments
 (0)