mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
18 lines
273 B
JSON
18 lines
273 B
JSON
{
|
|
"hooks": {
|
|
"before:init": ["pnpm lint", "pnpm run typecheck"]
|
|
},
|
|
"git": {
|
|
"commitMessage": "chore: release v${version}",
|
|
"commit": true,
|
|
"tag": true,
|
|
"push": true
|
|
},
|
|
"github": {
|
|
"release": true
|
|
},
|
|
"npm": {
|
|
"publish": false
|
|
}
|
|
}
|