urbit/pkg/grid/.husky/pre-commit
2021-08-13 18:11:16 -05:00

7 lines
79 B
Bash
Executable File

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