15 lines
210 B
JSON
15 lines
210 B
JSON
{
|
|
"github": {
|
|
"release": true,
|
|
"tagName": "v${version}"
|
|
},
|
|
"hooks": {
|
|
"before:init": [
|
|
"npm run typecheck",
|
|
"npm run lint",
|
|
"npm run test",
|
|
"npm run build"
|
|
]
|
|
}
|
|
}
|