feat(yarn): set and persist offline mirror (#2037)

* feat(yarn): set and persist offline mirror

* missing backslash
This commit is contained in:
Eko Eryanto 2018-02-23 22:09:57 +07:00 committed by Richard Kuhnt
parent cc4cd9805b
commit f3af1c055c

View File

@ -15,10 +15,12 @@
"hash": "d2a4f6887381df152b0595fcf3b5590c6a7bc7b380ed364ad9f11595d099664d", "hash": "d2a4f6887381df152b0595fcf3b5590c6a7bc7b380ed364ad9f11595d099664d",
"persist": [ "persist": [
"cache", "cache",
"bin" "bin",
"mirror"
], ],
"post_install": " "post_install": "
yarn config set cache-folder \"$dir\\cache\" yarn config set cache-folder \"$dir\\cache\"
yarn config set yarn-offline-mirror \"$dir\\mirror\"
yarn config set prefix \"$dir\" yarn config set prefix \"$dir\"
", ",
"env_add_path": [ "env_add_path": [