Skip to content

Commit ddaaef6

Browse files
committed
Add build:examples script to package.json
1 parent 9ef1623 commit ddaaef6

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
@@ -4,6 +4,7 @@
44
"scripts": {
55
"postinstall": "pnpm dlx husky install",
66
"build": "pnpm --filter \"./packages/*\" build",
7+
"build:examples": "pnpm --filter \"./examples/*\" --parallel build",
78
"dev": "pnpm --filter \"./packages/*\" dev",
89
"test": "pnpm --filter \"./packages/*\" --parallel test",
910
"e2e": "pnpm --filter \"./packages/*\" --parallel e2e",

0 commit comments

Comments
 (0)