build: add precommit hook
Closed this issue · 1 comments
antongolub commented
- Add new script to
package.json
{
"scripts": {
"test:precommit": "npm run fmt:check && npm run test:size && npm run test:license "
}
}
- Add hook (husky v8?)
easymikey commented
May be use this?