umbrel-bitcoin/pre-commit
2022-06-12 00:40:36 +07:00

6 lines
87 B
Bash
Executable File

#!/usr/bin/env bash
echo "Checking style, apply linting!"
npm run lint -- .
make test