mirror of
https://github.com/git-touch/git-touch
synced 2024-12-15 09:56:15 +01:00
7 lines
224 B
Bash
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
|