6 lines
95 B
Bash
Executable file
6 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
export PATH=$PATH:$HOME/.yarn/bin
|
|
|
|
yarn lint-staged
|