#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
npm run build-types -- --local
git add 'docs/*.api.md'
