forked from M3-Academy/m3-academy-template-checkout
5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
yarn lerna run --concurrency 3 --stream lint --since HEAD --exclude-dependents
|