We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
preversion
1 parent 1c72d0c commit ae2bb4fCopy full SHA for ae2bb4f
package.json
@@ -33,7 +33,7 @@
33
"scripts": {
34
"build": "tsup",
35
"prepublishOnly": "bun run build",
36
- "preversion": "bun run check:biome && bun run check:types",
+ "preversion": "bun run check:biome && bun run check:types && bun run build",
37
"version": "git add -A src",
38
"postversion": "git push && git push --tags",
39
"check:biome": "biome check --write src",
0 commit comments