summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-06-07 11:13:52 -0400
committerGitHub <noreply@github.com>2017-06-07 11:13:52 -0400
commitf859b5f7afb391e0ae02dd69a6657574d14ece9a (patch)
tree6b6cc27d6b6d607505826b5d383a5380504b64e0 /webapp
parent4d7c54baa1358231c16778c55b6f14629817b72d (diff)
downloadchat-f859b5f7afb391e0ae02dd69a6657574d14ece9a.tar.gz
chat-f859b5f7afb391e0ae02dd69a6657574d14ece9a.tar.bz2
chat-f859b5f7afb391e0ae02dd69a6657574d14ece9a.zip
Do not clear yarn cache on install (#6607)
Diffstat (limited to 'webapp')
-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 $@