1
0
mirror of https://github.com/git-touch/git-touch synced 2024-12-15 09:56:15 +01:00
git-touch-android-ios-app/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