From dfcdec6295c01c9f6a84b2862dd1bc56de4b1086 Mon Sep 17 00:00:00 2001 From: ayushnau Date: Fri, 19 Jul 2024 12:28:15 +0530 Subject: [PATCH] added the build script in the test. --- 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",