Files
git-touch/scripts/dev.sh
2021-07-22 18:52:58 +08:00

7 lines
224 B
Bash

#!/bin/bash
# https://docs.github.com/en/graphql/overview/public-schema
curl -o lib/graphql/schema.graphql https://docs.github.com/public/schema.docs.graphql
flutter pub run build_runner watch --delete-conflicting-outputs