mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-26 01:38:36 +00:00
54f656d239
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
4 lines
79 B
Bash
Executable file
4 lines
79 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
cd js
|
|
yarn run lint-staged
|