We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0a707 commit 662f8d9Copy full SHA for 662f8d9
package.json
@@ -25,7 +25,7 @@
25
},
26
"scripts": {
27
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
28
- "build": "rm -rf dist && tsup src/*.ts --format cjs --dts --minify",
+ "build": "rm -rf dist && tsup src/*.ts --format cjs --minify",
29
"dev": "npm run build -- --watch",
30
"test": "xo && c8 ava",
31
"pretest": "clinton"
0 commit comments