landscape/ui/.husky/pre-commit

7 lines
79 B
Plaintext
Raw Normal View History

2022-08-02 18:57:58 +03:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
cd pkg/grid
npm test
npx lint-staged