fix(esbuild-transpiler): build correctly (#241)

* fix(esbuild-transpiler): build correctly

* changeset
pull/242/head
Yusuke Wada 2023-11-07 11:38:09 +09:00 committed by GitHub
parent bef1b5d3ce
commit f79f40bd48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'@hono/esbuild-transpiler': patch
---
fix: build correctly

View File

@ -22,6 +22,7 @@
"build:zod-openapi": "yarn build:zod-validator && yarn workspace @hono/zod-openapi build",
"build:typia-validator": "yarn workspace @hono/typia-validator build",
"build:swagger-ui": "yarn workspace @hono/swagger-ui build",
"build:esbuild-transpiler": "yarn workspace @hono/esbuild-transpiler build",
"build": "run-p build:*"
},
"license": "MIT",
@ -56,4 +57,4 @@
"typescript": "^5.2.2",
"vitest": "^0.34.2"
}
}
}