This website requires JavaScript.
Explore
Help
Sign In
tommy
/
mobilizon
Watch
1
Star
0
Fork
You've already forked mobilizon
0
forked from
potsda.mn/mobilizon
Code
Pull requests
Activity
57d0372ce8
mobilizon
/
.husky
/
pre-commit
4 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build(lint): add lint-staged and husky git hooks to automatically lint on commit Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-05-26 17:36:56 +02:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
build: switch from yarn to npm to manage js dependencies and move js contents to root yarn v1 is being deprecated and starts to have some issues Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-11-14 17:24:42 +01:00
npm run pre-commit
Copy permalink