We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a474e commit 45c18edCopy full SHA for 45c18ed
package.json
@@ -35,7 +35,8 @@
35
"tsx": "tsx",
36
"update-version": "bumpp --commit --push --tag",
37
"publish-pkg": "pnpm -r publish --access public",
38
- "release": "pnpm update-version && pnpm publish-pkg"
+ "release": "pnpm update-version && pnpm publish-pkg",
39
+ "postinstall": "npm run init-git"
40
},
41
"dependencies": {
42
"@typescript-eslint/eslint-plugin": "5.59.8",
pnpm-workspace.yaml
0 commit comments