From 6838876d0044a6bcb63ddd61eef62d3fa6ad4c31 Mon Sep 17 00:00:00 2001 From: Himanshu Singh Date: Thu, 7 Aug 2025 23:21:47 +0200 Subject: [PATCH] chore: fix pre accuracy test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c45131e..7bcd5a1e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "reformat": "prettier --write .", "generate": "./scripts/generate.sh", "test": "vitest --project unit-and-integration --coverage", - "pretest:accuracy": "npm run build:compile", + "pretest:accuracy": "npm run build", "test:accuracy": "sh ./scripts/accuracy/runAccuracyTests.sh" }, "license": "Apache-2.0",