Skip to content

Commit 5149542

Browse files
committed
chore: add build:client and dev:client scripts to root package.json
1 parent 10d9fd5 commit 5149542

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
],
2828
"scripts": {
2929
"plugin-zip": "wp-scripts plugin-zip",
30+
"build:client": "npm run build --workspace=@wordpress/abilities",
31+
"dev:client": "npm run dev --workspace=@wordpress/abilities",
3032
"format": "wp-scripts format",
3133
"format:js": "npm run format --workspace=@wordpress/abilities",
3234
"lint:js": "npm run lint:js --workspace=@wordpress/abilities",

0 commit comments

Comments
 (0)