chore: run lint before release init

This commit is contained in:
Northword 2023-07-13 11:04:13 +08:00
parent 458a6a5f84
commit 0971bd0f44

View File

@ -7,6 +7,7 @@
"assets": ["build/*.xpi"]
},
"hooks": {
"before:init": "npm run lint",
"after:bump": "npm run build",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
}