Added graphql
This commit is contained in:
5
scripts/download.sh
Executable file
5
scripts/download.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
pnpm i
|
9
scripts/generate_graphql.sh
Executable file
9
scripts/generate_graphql.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cuddle_cli x download
|
||||
|
||||
pnpm run generate:graphql
|
||||
|
||||
git diff src/lib/graphql/generated.ts
|
Reference in New Issue
Block a user