Skip to content

Commit ba71e1f

Browse files
committed
Don't build cjs
1 parent 42f1fe9 commit ba71e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"lint": "eslint \"**/*.ts*\"",
99
"test": "jest",
10-
"build": "tsup ./index.ts --format cjs,esm --dts --clean"
10+
"build": "tsup ./index.ts --format esm --dts --clean"
1111
},
1212
"devDependencies": {
1313
"@changesets/cli": "^2.26.2",

0 commit comments

Comments
 (0)