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 1406322 commit d894005Copy full SHA for d894005
package.json
@@ -23,8 +23,8 @@
23
"test": "jest",
24
"test:coverage": "npm test --coverage",
25
"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",
+ "build": "tsc",
+ "build:tsup": "tsup src/index.ts --format esm,cjs --dts --out-dir dist",
28
"prepare": "husky install",
29
"semantic-release": "semantic-release",
30
"commit": "cz"
0 commit comments