Commit 93f7ed4
committed
chore: update build command to use tsup
Updated the build step in the release workflow from `npm run build` to `npm run build:tsup`. This change optimizes the build process by leveraging the tsup bundler, which offers improved performance and output size for TypeScript projects.1 parent 9c2e52c commit 93f7ed4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments