Skip to content

Commit

Permalink
Update script usage
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrick committed Jan 18, 2024
1 parent 13b9744 commit 660242a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"gql": "yarn graphql-codegen && yarn tsc -p studio/tsconfig.json",
"dev": "node bin/index.js",
"dev:example": "yarn dev --supergraph example/supergraph.graphql --operation example/operation.graphql",
"dev:example:pretty": "yarn dev --supergraph example/supergraph.graphql --operation example/operation.graphql --pretty"
"dev:example:pretty": "yarn dev:example --pretty"
}
}

0 comments on commit 660242a

Please sign in to comment.