File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
"node" : " >=20" ,
22
22
"npm" : " >=10"
23
23
},
24
+ "dependencies" : {
25
+ "svgo" : " ^3.3.2"
26
+ },
24
27
"devDependencies" : {
25
28
"@babel/core" : " ^7.24.7" ,
26
29
"@babel/plugin-transform-class-static-block" : " 7.24.6" ,
99
102
"*.scss" : [
100
103
" wp-scripts lint-style"
101
104
]
102
- },
103
- "dependencies" : {
104
- "svgo" : " ^3.3.2"
105
105
}
106
106
}
Original file line number Diff line number Diff line change @@ -217,15 +217,15 @@ module.exports = {
217
217
log : false ,
218
218
test : [
219
219
{
220
- folder : path . resolve ( __dirname , 'build' ) ,
220
+ folder : path . resolve ( __dirname , 'build/css/blocks ' ) ,
221
221
method : ( absoluteItemPath ) => {
222
- return new RegExp ( / \. j s / , 'm' ) . test (
222
+ return new RegExp ( / \. j s $ / , 'm' ) . test (
223
223
absoluteItemPath
224
224
) ;
225
225
} ,
226
226
} ,
227
227
{
228
- folder : path . resolve ( __dirname , 'build' ) ,
228
+ folder : path . resolve ( __dirname , 'build/css/blocks ' ) ,
229
229
method : ( absoluteItemPath ) => {
230
230
return new RegExp ( / \. p h p $ / , 'm' ) . test (
231
231
absoluteItemPath
You can’t perform that action at this time.
0 commit comments