Exclude bundlesize config file from ZIP (https://github.com/woocommerce/woocommerce-blocks/pull/910)
This commit is contained in:
parent
e19cd56c7f
commit
32a86498cc
|
@ -46,6 +46,7 @@ copy_dest_files() {
|
|||
--exclude=renovate.json \
|
||||
--exclude="*.config.js" \
|
||||
--exclude="*-config.js" \
|
||||
--exclude="*.config.json" \
|
||||
--exclude=package.json \
|
||||
--exclude=package-lock.json \
|
||||
--exclude=none \
|
||||
|
|
|
@ -57,6 +57,7 @@ copy_dest_files() {
|
|||
--exclude=renovate.json \
|
||||
--exclude="*.config.js" \
|
||||
--exclude="*-config.js" \
|
||||
--exclude="*.config.json" \
|
||||
--exclude=package.json \
|
||||
--exclude=package-lock.json \
|
||||
--exclude=none
|
||||
|
|
Loading…
Reference in New Issue