Skip to content

Commit d894005

Browse files
committed
fix(change build strategy): change build strategy
change build strategy
1 parent 1406322 commit d894005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"test": "jest",
2424
"test:coverage": "npm test --coverage",
2525
"test:badges": "npm run test:coverage && jest-coverage-badges output ./badges",
26-
"build:tsc": "tsc",
27-
"build": "tsup src/index.ts --format esm,cjs --dts --out-dir dist",
26+
"build": "tsc",
27+
"build:tsup": "tsup src/index.ts --format esm,cjs --dts --out-dir dist",
2828
"prepare": "husky install",
2929
"semantic-release": "semantic-release",
3030
"commit": "cz"

0 commit comments

Comments
 (0)