cypress_test/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 91bcea3195e02e18c9bf4f059e55047713831a9c
Author:     Tamás Zolnai <tamas.zol...@collabora.com>
AuthorDate: Wed Apr 29 06:37:34 2020 +0200
Commit:     Tamás Zolnai <tamas.zol...@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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zol...@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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to