mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-26 01:34:26 +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
|