Clean yarn cache when cleaning webapp (#6490)
* Clean yarn cache when cleaning webapp * Add cache clean to .yarninstall target
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
ea390d7826
Коммит
f47dd2d36d
@@ -13,6 +13,7 @@ test: .yarninstall
|
|||||||
.yarninstall: package.json
|
.yarninstall: package.json
|
||||||
@echo Getting dependencies using yarn
|
@echo Getting dependencies using yarn
|
||||||
|
|
||||||
|
yarn cache clean
|
||||||
yarn install --pure-lockfile
|
yarn install --pure-lockfile
|
||||||
|
|
||||||
touch $@
|
touch $@
|
||||||
@@ -52,3 +53,5 @@ clean:
|
|||||||
rm -rf dist
|
rm -rf dist
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
rm -f .yarninstall
|
rm -f .yarninstall
|
||||||
|
|
||||||
|
yarn cache clean
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user