From 23f142fdc6f07d25d7a281aac683905a49078da3 Mon Sep 17 00:00:00 2001 From: Asher Date: Thu, 16 Jan 2020 15:23:25 -0600 Subject: [PATCH] Cache Yarn cache --- scripts/cacher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cacher.sh b/scripts/cacher.sh index 0626755a..38b1a172 100755 --- a/scripts/cacher.sh +++ b/scripts/cacher.sh @@ -23,7 +23,7 @@ restore() { # the cache-upload directory will be uploaded as-is to the code-server bucket. package() { mkdir -p "cache-upload/cache/$1" - tar czfv "cache-upload/cache/$1/$tar.tar.gz" node_modules source + tar czfv "cache-upload/cache/$1/$tar.tar.gz" node_modules source /usr/local/share/.cache/yarn } main() {