cibus-frontend/scripts/generate_graphql.sh

11 lines
133 B
Bash
Raw Permalink Normal View History

2022-08-20 22:29:54 +02:00
#!/bin/bash
set -e
cuddle_cli x download
pnpm run generate:graphql
2022-08-20 22:44:03 +02:00
pnpm run format:graphql
2022-08-20 22:29:54 +02:00
git diff src/lib/graphql/generated.ts