* Add new script to `package.json` ```json { "scripts": { "test:precommit": "npm run fmt:check && npm run test:size && npm run test:license " } } ``` * Add hook (husky v8?)