chore(tsyringe): add a build command (#834)

* chore(tsyringe): add a build command

* add changeset
pull/835/head
Yusuke Wada 2024-11-18 11:05:17 +09:00 committed by GitHub
parent 013e0ecf1b
commit 88e54c1b9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'@hono/zod-validator': patch
---
chore: add a build command

View File

@ -39,6 +39,7 @@
"build:conform-validator": "yarn workspace @hono/conform-validator build",
"build:casbin": "yarn workspace @hono/casbin build",
"build:ajv-validator": "yarn workspace @hono/ajv-validator build",
"build:tsyringe": "yarn workspace @hono/tsyringe build",
"build": "run-p 'build:*'",
"lint": "eslint 'packages/**/*.{ts,tsx}'",
"lint:fix": "eslint --fix 'packages/**/*.{ts,tsx}'",

View File

@ -45,4 +45,4 @@
"vitest": "^1.4.0",
"zod": "^3.22.4"
}
}
}