Skip to content

Commit bee1dac

Browse files
committed
[Pick] Tools: Add command to build all subprojects
1 parent 00fd7bf commit bee1dac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"scripts": {
1414
"build:directory": "npm run build --workspace=wporg-pattern-directory",
1515
"build:theme": "npm run build --workspace=wporg-pattern-directory-2024-theme",
16+
"build": "npm run build --workspaces",
1617
"start:directory": "npm run start --workspace=wporg-pattern-directory",
1718
"start:theme": "npm run start --workspace=wporg-pattern-directory-2024-theme",
1819
"setup:tools": "echo \"Not used.\"",

0 commit comments

Comments
 (0)