Skip to content

Commit

Permalink
tweak: 🔧 export as .js
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugeeei committed Oct 16, 2023
1 parent 5b3dfd9 commit f57a460
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "@tegaki/cli",
"bin": {
"tegaki": "./bin/bin.cjs"
"tegaki": "./bin/bin.js"
},
"author": "Ubugeeei <ubuge1122@gmail.com>",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const buildCli = async () => {
outdir: CLI_OUT_DIR,
target: "node18",
platform: "node",
outExtension: { ".js": ".cjs" },
});
console.log(`${green("✔︎")} finished build: ${blue(CLI_OUT_DIR)}`);

Expand Down

0 comments on commit f57a460

Please sign in to comment.