mirror of
https://github.com/aljazceru/ditto.git
synced 2026-02-20 20:45:55 +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
|