hexo/node_modules/moize/.release-it.beta.json

19 lines
325 B
JSON
Raw Normal View History

2023-09-25 15:58:56 +08:00
{
"github": {
"release": true
},
"npm": {
"tag": "next"
},
"preReleaseId": "beta",
"hooks": {
"before:init": [
"npm run lint",
"npm run typecheck",
"npm run test",
"npm run dist",
"npm run copy:mjs"
]
}
}