1
0
mirror of https://github.com/git-touch/git-touch synced 2025-02-15 11:00:45 +01:00
2022-10-01 04:03:08 +08:00

7 lines
227 B
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