Skip to content

Commit ad23834

Browse files
committed
Include format in build step
1 parent f29568a commit ad23834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"dev": "wp-scripts start",
14-
"build": "wp-scripts build",
14+
"build": "wp-scripts format && wp-scripts build",
1515
"format": "wp-scripts format",
1616
"lint:css": "wp-scripts lint-style",
1717
"lint:js": "wp-scripts lint-js",

0 commit comments

Comments
 (0)