From 21928a72b7b23b90119d5bb91eec020667c4ecad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Mon, 14 Feb 2022 11:20:29 +0100 Subject: [PATCH] Correctly exclude webpack config for build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ff5abb4..f12b6233 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,7 @@ appstore: clean build-js-production --exclude=/phpunit.integration.xml \ --exclude=/README.md \ --exclude=/stylelint.config.js \ - --exclude=/webpack.js \ + --exclude=/webpack.config.js \ --exclude=/build \ --exclude=/coverage \ --exclude=/img/src \