landscape/.husky/pre-commit
2022-08-02 08:33:37 -05:00

7 lines
79 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
cd pkg/grid
npm test
npx lint-staged