Skip to content

Commit 41b7b25

Browse files
committed
build: default build cjs
1 parent eb63940 commit 41b7b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"scripts": {
2727
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
28-
"build": "rm -rf dist && tsup src/*.ts --format cjs --minify",
28+
"build": "rm -rf dist && tsup src/*.ts --minify",
2929
"dev": "npm run build -- --watch",
3030
"test": "xo && c8 ava",
3131
"pretest": "clinton"

0 commit comments

Comments
 (0)