We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5294aa0 commit 6849ac4Copy full SHA for 6849ac4
package.json
@@ -26,7 +26,7 @@
26
"lint:fix": "automd && eslint . --fix && biome check --apply .",
27
"prepack": "pnpm build",
28
"play": "jiti playground",
29
- "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
+ "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags && pnpm build --stub",
30
"test": "pnpm lint && pnpm test:types",
31
"test:types": "tsc --noEmit --skipLibCheck"
32
},
0 commit comments