fix: fix CLI publishing

This commit is contained in:
Ruben Fiszel
2024-09-07 11:51:37 +02:00
parent be1b29422b
commit 65cddaf975
+1 -1
View File
@@ -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: {