Correctly exclude webpack config for build

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2022-02-14 11:20:29 +01:00
parent 4a7787ec28
commit 21928a72b7
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
1 changed files with 1 additions and 1 deletions

View File

@ -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 \