Exclude three more files from the build ZIP (https://github.com/woocommerce/woocommerce-blocks/pull/2514)
This commit is contained in:
parent
ce1e334c56
commit
5f69fd93ba
|
@ -83,6 +83,9 @@ copy_dest_files() {
|
|||
--exclude=package.json \
|
||||
--exclude=package-lock.json \
|
||||
--exclude=none \
|
||||
--exclude=blocks.ini \
|
||||
--exclude=docker-compose.yml \
|
||||
--exclude=tsconfig.json \
|
||||
--exclude=woocommerce-gutenberg-products-block.zip \
|
||||
--exclude="zip-file/"
|
||||
status "Done copying files!"
|
||||
|
|
|
@ -62,7 +62,10 @@ copy_dest_files() {
|
|||
--exclude="*.config.json" \
|
||||
--exclude=package.json \
|
||||
--exclude=package-lock.json \
|
||||
--exclude=none
|
||||
--exclude=none \
|
||||
--exclude=blocks.ini \
|
||||
--exclude=docker-compose.yml \
|
||||
--exclude=tsconfig.json
|
||||
output 2 "Done copying files!"
|
||||
cd "$3" || exit
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue