diff --git a/plugins/woocommerce-blocks/.gitattributes b/plugins/woocommerce-blocks/.gitattributes index 8d43c6085c9..dc239064559 100644 --- a/plugins/woocommerce-blocks/.gitattributes +++ b/plugins/woocommerce-blocks/.gitattributes @@ -5,9 +5,12 @@ /bin export-ignore /phpcs.xml export-ignore /phpunit.* export-ignore +/composer.lock export-ignore +/composer.json export-ignore /renovate.json export-ignore /webpack.config.js export-ignore /postcss.config.js export-ignore +/bundlesize.config.json export-ignore /package.json export-ignore /package-lock.json export-ignore /babel-config.js export-ignore diff --git a/plugins/woocommerce-blocks/bin/github-deploy.sh b/plugins/woocommerce-blocks/bin/github-deploy.sh index 5aac885a1a2..5da26f9bccc 100644 --- a/plugins/woocommerce-blocks/bin/github-deploy.sh +++ b/plugins/woocommerce-blocks/bin/github-deploy.sh @@ -53,7 +53,7 @@ echo "Before proceeding:" echo " • Ensure you have checked out the branch you wish to release" echo " • Ensure you have committed/pushed all local changes" echo " • Did you remember to update versions, changelogs, and stable tags in the readme and plugin files?" -echo " • If you are running this script directory instead of via '$ npm run deploy', ensure you have built assets and installed composer in --no-dev mode." +echo " • If you are running this script directly instead of via '$ npm run deploy', ensure you have built assets and installed composer in --no-dev mode." echo output 3 "Do you want to continue? [y/N]: " read -r PROCEED