mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 21:29:12 +00:00
6 lines
81 B
Bash
6 lines
81 B
Bash
#!/usr/bin/env sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn run lint-staged
|
|
yarn test
|