From e6302d3dabc264743f10f070f172275f219c3213 Mon Sep 17 00:00:00 2001 From: AyushNautiyalDeveloper Date: Thu, 4 Jul 2024 22:59:58 +0530 Subject: [PATCH] fix: the failing tests. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 713a26982..db14f83bf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "parser-js", "private": true, "scripts": { - "test": "turbo run test", + "test": "turbo run build && turbo run test", "lint": "turbo run lint", "lint:fix": "turbo run lint:fix", "build": "turbo run build",