mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-31 16:25:57 -05:00
chore: split schema update script
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
#!/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
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user