We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3d243 commit a97ce34Copy full SHA for a97ce34
package.json
@@ -12,6 +12,9 @@
12
"form"
13
],
14
"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",
18
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public",
19
"lint": "eslint .",
20
"lint:fix": "eslint . --fix"
0 commit comments