1
0
mirror of https://github.com/ilyakooo0/urbit.git synced 2025-01-06 23:16:29 +03:00
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