cypress: clean cypress cache by 'make clean'.
Change-Id: I4799155fd16c69f83cc9c023206b3a3bc7d2bed2 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95401 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
This commit is contained in:
parent
4513318e58
commit
a845757e82
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ $(NPM_INSTALLED): package.json eslint_plugin/index.js eslint_plugin/package.json
|
|||
endif
|
||||
|
||||
clean-local:
|
||||
$(CYPRESS_BINARY) cache clear || true
|
||||
rm -rf node_modules
|
||||
rm -rf workdir
|
||||
rm -rf cypress
|
||||
|
|
Loading…
Reference in a new issue