Skip to content

Commit 8171ce9

Browse files
fix: workflow
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 99d6b5c commit 8171ce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ucmd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"module": "./dist/index.js",
2323
"types": "./dist/index.d.ts",
2424
"scripts": {
25-
"build": "tsup lib/index.ts --format cjs,esm --dts --sourcemap"
25+
"build": "bunx tsup lib/index.ts --format cjs,esm --dts --sourcemap"
2626
},
2727
"devDependencies": {
2828
"tsup": "^7.2.0"

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "",
77
"bin": "bin.mjs",
88
"scripts": {
9-
"build": "tsup lib/index.ts --target node19 --format esm --dts"
9+
"build": "bunx tsup lib/index.ts --target node19 --format esm --dts"
1010
},
1111
"dependencies": {
1212
"tsup": "^7.2.0",

0 commit comments

Comments
 (0)