Skip to content

Commit 1e7de12

Browse files
authored
Merge pull request #3 from bytebase/chore/update-build-script
chore: update build script
2 parents e02fa86 + bdadd13 commit 1e7de12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"README.md"
1414
],
1515
"scripts": {
16-
"build": "tsup ./src --format esm --dts --clean",
16+
"build": "tsup",
1717
"start": "node dist/index.js",
1818
"dev": "NODE_ENV=development tsx src/index.ts",
1919
"crossdev": "cross-env NODE_ENV=development tsx src/index.ts"

0 commit comments

Comments
 (0)