This website requires JavaScript.
Explore
Help
Sign In
Mobilizon
/
connector-wordpress
mirror of
https://github.com/dwaxweiler/connector-mobilizon
Watch
1
Star
0
Fork
You've already forked connector-wordpress
0
Code
Issues
Releases
Wiki
Activity
6cde75b65c
connector-wordpress
/
.husky
/
pre-commit
6 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add husky and pre-commit hook to run tests
2021-12-09 18:14:05 +01:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm test
add eslint and prettier to pre-commit hook
2021-12-09 19:54:38 +01:00
npx lint-staged