[Libreoffice-commits] online.git: cypress_test/Makefile.am
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 29 04:58:36 UTC 2020
cypress_test/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 91bcea3195e02e18c9bf4f059e55047713831a9c
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Wed Apr 29 06:37:34 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Wed Apr 29 06:58:14 2020 +0200
cypress: add eslint plugin files as a dependency of NPM installation.
So the build will update the plugin package after every change.
Change-Id: I687def1d29fe3acdd364b61c69ac1a7d3cf7cb84
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93115
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
diff --git a/cypress_test/Makefile.am b/cypress_test/Makefile.am
index c83a15761..f206b2803 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -212,7 +212,7 @@ NODE_BINS = \
$(NODE_BINS): $(NPM_INSTALLED);
-$(NPM_INSTALLED): package.json
+$(NPM_INSTALLED): package.json eslint_plugin/index.js eslint_plugin/package.json
@npm install
@mkdir -p $(dir $(NPM_INSTALLED))
@touch $(NPM_INSTALLED)
More information about the Libreoffice-commits
mailing list