Skip to content

Commit 23f142f

Browse files
committed
Cache Yarn cache
1 parent 101139f commit 23f142f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cacher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ restore() {
2323
# the cache-upload directory will be uploaded as-is to the code-server bucket.
2424
package() {
2525
mkdir -p "cache-upload/cache/$1"
26-
tar czfv "cache-upload/cache/$1/$tar.tar.gz" node_modules source
26+
tar czfv "cache-upload/cache/$1/$tar.tar.gz" node_modules source /usr/local/share/.cache/yarn
2727
}
2828

2929
main() {

0 commit comments

Comments
 (0)