Skip to content

Commit a97ce34

Browse files
committed
feat: add script
1 parent bd3d243 commit a97ce34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"form"
1313
],
1414
"scripts": {
15+
"build:core":"pnpm -C packages/core run build",
16+
"build:class-validator":"pnpm -C packages/class-validator run build",
17+
"build:yup":"pnpm -C packages/yup run build",
1518
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public",
1619
"lint": "eslint .",
1720
"lint:fix": "eslint . --fix"

0 commit comments

Comments
 (0)