1
1
mirror of https://github.com/tloncorp/landscape.git synced 2024-12-23 00:31:39 +03:00
landscape/ui/.husky/pre-commit
2022-08-02 11:01:31 -05:00

7 lines
79 B
Bash
Executable File

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