Add user to shot gql
This commit is contained in:
14
justfile
Normal file
14
justfile
Normal file
@@ -0,0 +1,14 @@
|
||||
NIX := "LD_LIBRARY_PATH='' nix"
|
||||
|
||||
prettier-gql:
|
||||
#!/usr/bin/env bash
|
||||
set -euxo pipefail
|
||||
{{NIX}} develop --impure --command prettier ./src --write
|
||||
|
||||
gql-codegen:
|
||||
#!/usr/bin/env bash
|
||||
set -euxo pipefail
|
||||
{{NIX}} develop --impure --command bash -c 'yarn install && yarn graphql-codegen'
|
||||
|
||||
|
||||
gql: gql-codegen prettier-gql
|
Reference in New Issue
Block a user