Skip to content

Commit c24fed1

Browse files
committed
change the build to use tsup-node
1 parent 8a9af68 commit c24fed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "module",
99
"version": "0.0.6",
1010
"scripts": {
11-
"build": "tsup lib/index.ts cli/main.ts --format esm --dts",
11+
"build": "tsup-node lib/index.ts cli/main.ts --format esm --dts",
1212
"test": "bun test",
1313
"format": "biome format --write .",
1414
"format:check": "biome format ."

0 commit comments

Comments
 (0)