Skip to content

Commit

Permalink
feat: fix tc
Browse files Browse the repository at this point in the history
  • Loading branch information
amitksingh1490 committed Nov 9, 2023
1 parent 22829b1 commit 6d3fef8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,5 @@
cmd: tc
args:
- start
- ./main.graphql --log-level error
- ./main.graphql
- --log-level error
2 changes: 1 addition & 1 deletion tailcall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tailcall",
"version": "1.0.0",
"scripts": {
"main": "tailcall start ./main.graphql --log-level error"
"main": "tc start ./main.graphql --log-level error"
},
"dependencies": {
"@tailcallhq/tailcall": "^0.14.14"
Expand Down

0 comments on commit 6d3fef8

Please sign in to comment.