mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
4 lines
58 B
Bash
Executable file
4 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn pre-commit
|