Skip to content

Commit

Permalink
fix(esbuild-transpiler): build correctly (#241)
Browse files Browse the repository at this point in the history
* fix(esbuild-transpiler): build correctly

* changeset
  • Loading branch information
yusukebe authored Nov 7, 2023
1 parent bef1b5d commit f79f40b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pretty-brooms-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hono/esbuild-transpiler': patch
---

fix: build correctly
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -56,4 +57,4 @@
"typescript": "^5.2.2",
"vitest": "^0.34.2"
}
}
}

0 comments on commit f79f40b

Please sign in to comment.