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