summaryrefslogtreecommitdiffstats
path: root/webapp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/Makefile')
-rw-r--r--webapp/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/Makefile b/webapp/Makefile
index 4ab37e55f..3d64e6a50 100644
--- a/webapp/Makefile
+++ b/webapp/Makefile
@@ -13,7 +13,6 @@ test: .yarninstall
.yarninstall: package.json
@echo Getting dependencies using yarn
- yarn cache clean
yarn install --pure-lockfile
touch $@