forked from potsda.mn/mobilizon
54f656d239
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 lines
79 B
Bash
Executable file
5 lines
79 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
cd js
|
|
yarn run lint-staged
|