Skip to content

Commit 33f7ba4

Browse files
committed
chore: update release script
1 parent d39e811 commit 33f7ba4

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
@@ -87,7 +87,7 @@
8787
"nitro": "jiti ./src/cli/index.ts",
8888
"node-ts": "node --disable-warning=ExperimentalWarning --experimental-strip-types",
8989
"prepack": "pnpm build",
90-
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
90+
"release": "pnpm test && pnpm build && changelogen --release --publish && git push --follow-tags",
9191
"stub": "unbuild --stub",
9292
"test": "pnpm lint && pnpm vitest run",
9393
"test:fixture:types": "pnpm stub && jiti ./test/scripts/gen-fixture-types.ts && cd test/fixture && tsc --noEmit",

0 commit comments

Comments
 (0)