Update yarn config locations to fix global (#1853)

This commit is contained in:
Brandon Smith 2017-11-18 11:23:29 -05:00 committed by Richard Kuhnt
parent a9366c5622
commit 499235c3b6

View File

@ -18,9 +18,8 @@
"bin"
],
"post_install": "
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\"
yarn config set cache-folder \"$dir\\cache\"
yarn config set prefix \"$dir\"
",
"env_add_path": [
"bin",