Clean yarn cache when cleaning webapp (#6490)

* Clean yarn cache when cleaning webapp

* Add cache clean to .yarninstall target
Этот коммит содержится в:
Joram Wilander
2017-05-24 17:27:41 -04:00
коммит произвёл Christopher Speller
родитель ea390d7826
Коммит f47dd2d36d

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

@@ -13,6 +13,7 @@ test: .yarninstall
.yarninstall: package.json
@echo Getting dependencies using yarn
yarn cache clean
yarn install --pure-lockfile
touch $@
@@ -52,3 +53,5 @@ clean:
rm -rf dist
rm -rf node_modules
rm -f .yarninstall
yarn cache clean