Skip to content

Commit 27fe3f2

Browse files
committed
chore: update release script
1 parent 4fcd2f2 commit 27fe3f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"lint": "eslint . && prettier -c src lib test stubs",
6565
"lint:fix": "eslint --fix . && prettier -w src lib test stubs",
6666
"prepack": "pnpm build",
67-
"release": "pnpm build && pnpm test && changelogen --release --push --publish",
67+
"release": "pnpm build && pnpm test && changelogen --release --push && npm publish",
6868
"test": "pnpm lint && pnpm test:types && vitest run --coverage && pnpm test:node-register && pnpm test:bun && pnpm test:native",
6969
"test:bun": "bun --bun test test/bun",
7070
"test:native": "pnpm test:native:bun && pnpm test:native:node && pnpm test:native:deno",

0 commit comments

Comments
 (0)