diff --git a/plugins/woocommerce-admin/package.json b/plugins/woocommerce-admin/package.json index efe0bebc915..4034cbaf8a1 100644 --- a/plugins/woocommerce-admin/package.json +++ b/plugins/woocommerce-admin/package.json @@ -254,7 +254,7 @@ "webpack.config.js", "babel.config.js", "tsconfig.json", - "client/**/*.{js,jsx,ts,tsx,scss}" + "client/**/*.{js,jsx,ts,tsx,scss,json}" ], "cascade": "test:js" } diff --git a/plugins/woocommerce/changelog/45524-update-admin-ci-config b/plugins/woocommerce/changelog/45524-update-admin-ci-config new file mode 100644 index 00000000000..636586f3570 --- /dev/null +++ b/plugins/woocommerce/changelog/45524-update-admin-ci-config @@ -0,0 +1,4 @@ +Significance: patch +Type: tweak +Comment: This is a tooling change and does not require a change entry + diff --git a/plugins/woocommerce/package.json b/plugins/woocommerce/package.json index 85f524e05f0..c1bbb324f93 100644 --- a/plugins/woocommerce/package.json +++ b/plugins/woocommerce/package.json @@ -93,6 +93,7 @@ "name": "PHP", "command": "test:php:env", "changes": [ + "client/admin/config/*.json", "composer.lock", "includes/**/*.php", "patterns/**/*.php", @@ -109,6 +110,7 @@ "name": "PHP 8.0", "command": "test:php:env", "changes": [ + "client/admin/config/*.json", "composer.lock", "includes/**/*.php", "patterns/**/*.php", @@ -128,6 +130,7 @@ "name": "PHP WP: latest - 1", "command": "test:php:env", "changes": [ + "client/admin/config/*.json", "composer.lock", "includes/**/*.php", "patterns/**/*.php", @@ -147,6 +150,7 @@ "name": "PHP WP: latest - 2", "command": "test:php:env", "changes": [ + "client/admin/config/*.json", "composer.lock", "includes/**/*.php", "patterns/**/*.php",