google/zx

build: add precommit hook

Closed this issue · 1 comments

  • 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?)