Files
git-touch/scripts/dev.sh
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