From 6d3fef83e0260c1beb24fd4835f7256063de02db Mon Sep 17 00:00:00 2001 From: amit Date: Thu, 9 Nov 2023 12:31:44 +0530 Subject: [PATCH] feat: fix tc --- benchmarks.yaml | 3 ++- tailcall/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/benchmarks.yaml b/benchmarks.yaml index b01b09a0..e29a3843 100644 --- a/benchmarks.yaml +++ b/benchmarks.yaml @@ -209,4 +209,5 @@ cmd: tc args: - start - - ./main.graphql --log-level error + - ./main.graphql + - --log-level error diff --git a/tailcall/package.json b/tailcall/package.json index 23ca71e0..3350c724 100644 --- a/tailcall/package.json +++ b/tailcall/package.json @@ -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"