mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-23 00:58:41 +00:00
5 lines
79 B
Text
5 lines
79 B
Text
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
cd js
|
||
|
yarn run lint-staged
|