From d8eebd7822f34b49dcb83fb5746df3cb24737260 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Tue, 28 Nov 2023 06:39:59 +0900 Subject: [PATCH] fix(oauth-providers): enable building (#276) * changeset * fix(oauth-providers): enable building * remove changeset * changeset --- .changeset/chilled-kids-complain.md | 5 +++++ package.json | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/chilled-kids-complain.md diff --git a/.changeset/chilled-kids-complain.md b/.changeset/chilled-kids-complain.md new file mode 100644 index 00000000..97133a13 --- /dev/null +++ b/.changeset/chilled-kids-complain.md @@ -0,0 +1,5 @@ +--- +'@hono/oauth-providers': patch +--- + +fix: include files correctly diff --git a/package.json b/package.json index a3d107eb..62676f35 100644 --- a/package.json +++ b/package.json @@ -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",