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

6 lines
132 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/