Skip to content

Commit 3c715af

Browse files
authored
fix: update build script to use bunx
1 parent d1fc319 commit 3c715af

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
@@ -48,7 +48,7 @@
4848
"vite": "7.1.6"
4949
},
5050
"scripts": {
51-
"build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs",
51+
"build": "bunx tsup src/index.ts src/cli.ts --clean --dts --format cjs",
5252
"cypress:open": "cypress open",
5353
"cypress:component": "cypress run --component",
5454
"cypress:e2e": "cypress run",

0 commit comments

Comments
 (0)