Files
khoj/src/interface/web/.husky/pre-commit
Debanjum Singh Solanky 6f8f846086 Standardize code format for web interface with prettier
Use husky, lint-staged to run prettier pre-commit
2024-07-15 00:34:54 +05:30

6 lines
81 B
Bash

#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"
yarn run lint-staged
yarn test