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


        npm run pre-commit
        npx tsc
        git add .
    
