We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0610ebb commit 7fece57Copy full SHA for 7fece57
package.json
@@ -24,6 +24,7 @@
24
"pretest": "pnpm run build && pnpm run snapshot",
25
"test": "zx ./scripts/test.mjs",
26
"test:unit": "vitest",
27
+ "preversion": "git fetch && git status -uno | grep -q 'Your branch is up to date'",
28
"postversion": "zx ./scripts/postversion.mjs",
29
"prepublishOnly": "pnpm run build"
30
},
0 commit comments