mirror of
https://github.com/tloncorp/landscape.git
synced 2024-11-27 15:07:30 +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
|