mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-17 05:24:22 +01:00
5 lines
80 B
Bash
Executable File
5 lines
80 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/hook.sh"
|
|
|
|
deno run -A npm:lint-staged
|