mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 17:32:11 +03:00
7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
cd pkg/grid
|
||
|
npm test
|
||
|
npx lint-staged
|