mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-17 12:19:20 +00:00
3640ae8985
* Run lint before commiting * Update lerna config --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
5 lines
63 B
Bash
Executable File
5 lines
63 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
yarn lint
|