Skip to content

Commit 8c2ef1e

Browse files
committed
chore: fix release script
1 parent d565065 commit 8c2ef1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"lint": "eslint . && prettier -c src test",
2525
"lint:fix": "automd && eslint . --fix && prettier -w src test",
2626
"obuild": "node ./src/cli.ts",
27-
"prepack": "pnpm build",
28-
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
27+
"release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
2928
"test": "pnpm lint && pnpm test:types && pnpm vitest run --coverage",
3029
"test:types": "tsc --noEmit --skipLibCheck"
3130
},

0 commit comments

Comments
 (0)