mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-02-08 09:44:40 +00:00
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
|