From 7e19562ff88ef689d9d51c64c033b53d89dec5e7 Mon Sep 17 00:00:00 2001 From: ayushnau Date: Thu, 1 Aug 2024 11:03:05 +0530 Subject: [PATCH] feat: updated the test script. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 521c8ced9..d16460acd 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",