Skip to content

Commit ae2bb4f

Browse files
committed
chore: build on preversion script
1 parent 1c72d0c commit ae2bb4f

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
@@ -33,7 +33,7 @@
3333
"scripts": {
3434
"build": "tsup",
3535
"prepublishOnly": "bun run build",
36-
"preversion": "bun run check:biome && bun run check:types",
36+
"preversion": "bun run check:biome && bun run check:types && bun run build",
3737
"version": "git add -A src",
3838
"postversion": "git push && git push --tags",
3939
"check:biome": "biome check --write src",

0 commit comments

Comments
 (0)