Skip to content

Commit

Permalink
fix(cli): schema output log message (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Apr 24, 2024
1 parent e42804e commit c81d3aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/olive-clouds-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@gql.tada/cli-utils": patch
---

Fix log message of `generate schema` to correctly display schema rather than output
2 changes: 1 addition & 1 deletion packages/cli-utils/src/commands/generate-schema/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export * from '../shared/logger';
export function summary() {
return t.text([
t.cmd(t.CSI.Style, t.Style.BrightGreen),
`${t.Icons.Tick} Introspection output was generated successfully\n`,
`${t.Icons.Tick} Schema was generated successfully\n`,
]);
}

0 comments on commit c81d3aa

Please sign in to comment.