NeahFront7/node_modules/fast-equals/.release-it.json
2025-04-10 18:14:28 +02:00

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"
]
}
}