master
1import 'zx/globals'
2
3await $({
4  verbose: true,
5})`megaera --schema .github/schema.graphql ${await glob('src/**/*.graphql')}`
6await $`prettier --write ${await glob('src/**/*.graphql.ts')}`
7echo(chalk.green('TypeScript files generated successfully.'))