mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
5cd32ffd2a
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8395 GitOrigin-RevId: e577c320e96227fe0c8c3dc85fc3170b12080c45
8 lines
83 B
Bash
Executable File
8 lines
83 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
cd frontend
|
|
|
|
npx lint-staged
|
|
|