We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb63940 commit 41b7b25Copy full SHA for 41b7b25
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 --minify",
+ "build": "rm -rf dist && tsup src/*.ts --minify",
29
"dev": "npm run build -- --watch",
30
"test": "xo && c8 ava",
31
"pretest": "clinton"
0 commit comments