mirror of
https://github.com/mue/mue.git
synced 2026-06-05 23:45:53 +02:00
5 lines
66 B
Bash
5 lines
66 B
Bash
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
bun run lint
|