Skip to content

Commit 639fa7e

Browse files
author
一个小瘪三
committed
fix(projects): remove postinstall
1 parent 9486668 commit 639fa7e

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
@@ -34,8 +34,7 @@
3434
"tsx": "tsx",
3535
"update-version": "bumpp --commit --push --tag",
3636
"publish-pkg": "pnpm -r publish --access public",
37-
"release": "pnpm update-version && pnpm publish-pkg",
38-
"postinstall": "npm run init-git"
37+
"release": "pnpm update-version && pnpm publish-pkg"
3938
},
4039
"dependencies": {
4140
"@typescript-eslint/eslint-plugin": "5.59.8",

0 commit comments

Comments
 (0)