mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
yarn: fix cache configuration
Change 'cache' to 'cache-folder'. See: https://yarnpkg.com/lang/en/docs/cli/cache/
This commit is contained in:
parent
bcd0c07e3d
commit
4d217f128c
@ -18,7 +18,8 @@
|
||||
"bin"
|
||||
],
|
||||
"post_install": "
|
||||
yarn config set cache \"$persist_dir\\cache\"
|
||||
yarn config delete cache # 0.24.6 | remove wrong configuration value | delete after two updates
|
||||
yarn config set cache-folder \"$persist_dir\\cache\"
|
||||
yarn config set prefix \"$persist_dir\\bin\"
|
||||
",
|
||||
"env_add_path": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user