Added Missing Blocks Linting Change Trigger (#44233)
* Added Missing LInting Changes * Add changefile(s) from automation for the following project(s): woocommerce-blocks, woocommerce --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Jon Lane <jon.lane@automattic.com>
This commit is contained in:
parent
a89d2572f0
commit
8b4efc9c03
|
@ -242,7 +242,7 @@
|
|||
"ci": {
|
||||
"lint": {
|
||||
"command": "lint",
|
||||
"changes": "client/**/*{js,ts,tsx,scss}"
|
||||
"changes": "client/**/*.{js,ts,tsx,scss}"
|
||||
},
|
||||
"tests": [
|
||||
{
|
||||
|
|
|
@ -360,8 +360,9 @@
|
|||
"lint": {
|
||||
"command": "lint",
|
||||
"changes": [
|
||||
"assets/**/*{js,ts,tsx,scss}",
|
||||
"packages/**/*.{js,ts,tsx,scss}"
|
||||
"assets/**/*.{js,ts,tsx,scss}",
|
||||
"packages/**/*.{js,ts,tsx,scss}",
|
||||
"tests/**/*.{js,ts,tsx,scss}"
|
||||
]
|
||||
},
|
||||
"tests": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: CI-only change.
|
||||
|
Loading…
Reference in New Issue