mirror of
https://github.com/git-touch/git-touch
synced 2025-02-15 02:50:48 +01:00
chore: split schema update script
This commit is contained in:
parent
89966a95e6
commit
ba34337b07
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,4 +48,3 @@ app.*.map.json
|
|||||||
|
|
||||||
*.gql.dart
|
*.gql.dart
|
||||||
*.g.dart
|
*.g.dart
|
||||||
schema.graphql
|
|
||||||
|
53908
lib/gql_github/schema.graphql
Normal file
53908
lib/gql_github/schema.graphql
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# https://docs.github.com/en/graphql/overview/public-schema
|
|
||||||
curl -o lib/gql_github/schema.graphql https://docs.github.com/public/schema.docs.graphql
|
|
||||||
|
|
||||||
flutter pub run build_runner watch --delete-conflicting-outputs
|
flutter pub run build_runner watch --delete-conflicting-outputs
|
||||||
|
4
scripts/update-schema.sh
Normal file
4
scripts/update-schema.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# https://docs.github.com/en/graphql/overview/public-schema
|
||||||
|
curl -o lib/gql_github/schema.graphql https://docs.github.com/public/schema.docs.graphql
|
Loading…
x
Reference in New Issue
Block a user