fix(oauth-providers): enable building (#276)

* changeset

* fix(oauth-providers): enable building

* remove changeset

* changeset
pull/277/head
Yusuke Wada 2023-11-28 06:39:59 +09:00 committed by GitHub
parent c5dd9ab52a
commit d8eebd7822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
'@hono/oauth-providers': patch
---
fix: include files correctly

View File

@ -23,6 +23,7 @@
"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:oauth-providers": "yarn workspace @hono/oauth-providers build",
"build": "run-p build:*"
},
"license": "MIT",