We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101139f commit 23f142fCopy full SHA for 23f142f
scripts/cacher.sh
@@ -23,7 +23,7 @@ restore() {
23
# the cache-upload directory will be uploaded as-is to the code-server bucket.
24
package() {
25
mkdir -p "cache-upload/cache/$1"
26
- 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
27
}
28
29
main() {
0 commit comments