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

7 lines
No EOL
135 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