Skip to content

Commit 16c4f71

Browse files
committed
fix
1 parent 0faccdf commit 16c4f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"build:win": "npm run build:native:win && npm run build:ts",
3838
"build:native": "cmake-js compile",
3939
"build:native:win": "cmake-js compile --generator=\"MinGW Makefiles\"",
40-
"build:ts": "tsup",
40+
"build:ts": "tsup src/index.ts src/types.ts --format esm,cjs --dts --out-dir dist",
4141
"clean": "cmake-js clean && rimraf dist",
4242
"test": "node --test dist/test/wsjtx.basic.test.js",
4343
"test:full": "npm run build:dev && node --test dist/test/wsjtx.test.js",

0 commit comments

Comments
 (0)