Do not clear yarn cache on install (#6607)

Этот коммит содержится в:
Joram Wilander
2017-06-07 11:13:52 -04:00
коммит произвёл GitHub
родитель 4d7c54baa1
Коммит f859b5f7af

Просмотреть файл

@@ -13,7 +13,6 @@ test: .yarninstall
.yarninstall: package.json
@echo Getting dependencies using yarn
yarn cache clean
yarn install --pure-lockfile
touch $@