setup-opentofu/.husky/pre-commit
Dmitry Kisler 74545a5d20
chore: trial
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
2023-10-16 16:34:39 +02:00

7 lines
No EOL
133 B
Bash
Executable file

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run lint || npm install && npm run lint
npm run test
npm run build && git add dist/
#ff