File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ module.exports = {
26
26
} ,
27
27
} ,
28
28
variants : {
29
+ static : { } ,
29
30
dynamic : { } ,
30
31
interactive : {
31
32
viewScriptModule : 'file:./view.js' ,
Original file line number Diff line number Diff line change 75
75
"scripts" : {
76
76
"a11y" : " node a11y.cjs" ,
77
77
"build" : " wp-scripts build --config webpack.config.js --webpack-src-dir=assets/blocks --stats-error-details --progress" ,
78
- "create-block" : " cd ./assets/blocks && npx @wordpress/create-block --namespace=wdsbt --template ../../inc/block-template --no-plugin" ,
78
+ "create-block" : " run-s create-block:run" ,
79
+ "create-block:run" : " cd ./assets/blocks && npx @wordpress/create-block --namespace=wdsbt --template ../../inc/block-template --no-plugin" ,
79
80
"format" : " wp-scripts format && npm run format:php" ,
80
81
"format:css" : " wp-scripts format-style" ,
81
82
"format:php" : " composer run-script phpcs-fix" ,
You can’t perform that action at this time.
0 commit comments