yarn: fix cache configuration

Change 'cache' to 'cache-folder'. See: https://yarnpkg.com/lang/en/docs/cli/cache/
This commit is contained in:
Richard Kuhnt 2017-06-12 22:28:37 +02:00
parent bcd0c07e3d
commit 4d217f128c

View File

@ -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": [