mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
Update yarn config locations to fix global (#1853)
This commit is contained in:
parent
a9366c5622
commit
499235c3b6
@ -18,9 +18,8 @@
|
|||||||
"bin"
|
"bin"
|
||||||
],
|
],
|
||||||
"post_install": "
|
"post_install": "
|
||||||
yarn config delete cache # 0.24.6 | remove wrong configuration value | delete after two updates
|
yarn config set cache-folder \"$dir\\cache\"
|
||||||
yarn config set cache-folder \"$persist_dir\\cache\"
|
yarn config set prefix \"$dir\"
|
||||||
yarn config set prefix \"$persist_dir\\bin\"
|
|
||||||
",
|
",
|
||||||
"env_add_path": [
|
"env_add_path": [
|
||||||
"bin",
|
"bin",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user