We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d6b5c commit 8171ce9Copy full SHA for 8171ce9
packages/ucmd/package.json
@@ -22,7 +22,7 @@
22
"module": "./dist/index.js",
23
"types": "./dist/index.d.ts",
24
"scripts": {
25
- "build": "tsup lib/index.ts --format cjs,esm --dts --sourcemap"
+ "build": "bunx tsup lib/index.ts --format cjs,esm --dts --sourcemap"
26
},
27
"devDependencies": {
28
"tsup": "^7.2.0"
scripts/package.json
@@ -6,7 +6,7 @@
6
"description": "",
7
"bin": "bin.mjs",
8
9
- "build": "tsup lib/index.ts --target node19 --format esm --dts"
+ "build": "bunx tsup lib/index.ts --target node19 --format esm --dts"
10
11
"dependencies": {
12
"tsup": "^7.2.0",
0 commit comments