Skip to content

Commit 6849ac4

Browse files
committed
chore: update release script
1 parent 5294aa0 commit 6849ac4

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
@@ -26,7 +26,7 @@
2626
"lint:fix": "automd && eslint . --fix && biome check --apply .",
2727
"prepack": "pnpm build",
2828
"play": "jiti playground",
29-
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
29+
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags && pnpm build --stub",
3030
"test": "pnpm lint && pnpm test:types",
3131
"test:types": "tsc --noEmit --skipLibCheck"
3232
},

0 commit comments

Comments
 (0)