fix(oauth-providers): enable building (#276)
* changeset * fix(oauth-providers): enable building * remove changeset * changesetpull/277/head
parent
c5dd9ab52a
commit
d8eebd7822
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@hono/oauth-providers': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: include files correctly
|
|
@ -23,6 +23,7 @@
|
||||||
"build:typia-validator": "yarn workspace @hono/typia-validator build",
|
"build:typia-validator": "yarn workspace @hono/typia-validator build",
|
||||||
"build:swagger-ui": "yarn workspace @hono/swagger-ui build",
|
"build:swagger-ui": "yarn workspace @hono/swagger-ui build",
|
||||||
"build:esbuild-transpiler": "yarn workspace @hono/esbuild-transpiler build",
|
"build:esbuild-transpiler": "yarn workspace @hono/esbuild-transpiler build",
|
||||||
|
"build:oauth-providers": "yarn workspace @hono/oauth-providers build",
|
||||||
"build": "run-p build:*"
|
"build": "run-p build:*"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in New Issue