22 lines
447 B
JSON
22 lines
447 B
JSON
{
|
|
"github": {
|
|
"release": true,
|
|
"tagName": "v${version}"
|
|
},
|
|
"hooks": {
|
|
"before:init": [
|
|
"npm run lint",
|
|
"npm run typecheck",
|
|
"npm run test",
|
|
"npm run dist",
|
|
"npm run copy:mjs"
|
|
],
|
|
"before:release": [
|
|
"npm run docs",
|
|
"git add .",
|
|
"git commit -m 'Update docs'",
|
|
"git push"
|
|
]
|
|
}
|
|
}
|