aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cli
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-01-05 17:33:44 +0000
committerMohamed Bassem <me@mbassem.com>2025-01-05 17:33:44 +0000
commit838d30890a202ff522b4de45e97108a001311ce8 (patch)
tree4a0294b15b90a54082bcb98c328a24bf90a65e5c /apps/cli
parent93f8bdbeef3054f0a6e94f22bd2178c4aa21b3e0 (diff)
downloadkarakeep-838d30890a202ff522b4de45e97108a001311ce8.tar.zst
fix(sdk): Publish both esm and cjs modules for the sdk
Diffstat (limited to 'apps/cli')
-rw-r--r--apps/cli/src/commands/bookmarks.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/cli/src/commands/bookmarks.ts b/apps/cli/src/commands/bookmarks.ts
index 52631d96..b6f7b2d3 100644
--- a/apps/cli/src/commands/bookmarks.ts
+++ b/apps/cli/src/commands/bookmarks.ts
@@ -73,7 +73,10 @@ bookmarkCmd
collect<string>,
[],
)
- .option("--title <title>", "if set, this will be used as the bookmark's title")
+ .option(
+ "--title <title>",
+ "if set, this will be used as the bookmark's title",
+ )
.action(async (opts) => {
const api = getAPIClient();