mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
328b7b793f
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8867 Co-authored-by: paritosh-08 <85472423+paritosh-08@users.noreply.github.com> GitOrigin-RevId: 6ab173b02f6b8bf97ccbcdb00110fe147771c751
7 lines
149 B
Bash
Executable File
7 lines
149 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "generating Commands.hs"
|
|
runhaskell codegen/GenCmds.hs\
|
|
< codegen/commands.json\
|
|
> src/Database/Redis/Commands.hs
|