Skip to content

Commit

Permalink
fix: fix CLI publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Sep 7, 2024
1 parent be1b294 commit 65cddaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ await emptyDir("./npm");

await build({
entryPoints: [
"main.ts",
{
kind: "bin",
name: "wmill", // command name
path: "./main.ts",
},
"main.ts",
],
outDir: "./npm",
shims: {
Expand Down

0 comments on commit 65cddaf

Please sign in to comment.