Skip to content

Commit 56da8c6

Browse files
committed
Remove some files from default build script
1 parent 34beea4 commit 56da8c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rm -rf crowdhandler-wordpress-*.zip && \
77
composer install --no-dev --no-interaction && \
88
composer dump-autoload --optimize --classmap-authoritative --no-dev --no-interaction
99
cd .. && \
10-
zip -q -0 -r crowdhandler-wordpress-${tag}.zip ${dir} && \
10+
zip -q -0 -r crowdhandler-wordpress-${tag}.zip ${dir} -x "*.git*" -x "*.idea*" -x "*build.sh*" -x "*.editorconfig*" && \
1111
cd ${dir} && \
1212
mv ../crowdhandler-wordpress-${tag}.zip . && \
1313
rm -rf vendor/composer && \

0 commit comments

Comments
 (0)