From 2087a0a8c86b4a92ee5febfc6cfa182660b58d9c Mon Sep 17 00:00:00 2001 From: Ashish Padhy <100484401+Shurtu-gal@users.noreply.github.com> Date: Tue, 27 Feb 2024 19:27:10 +0530 Subject: [PATCH] chore: update test script in package.json (#2699) Co-authored-by: Akshat Nema <76521428+akshatnema@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22d41d9efa0..b6d111ba59d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "generate:dashboard": "node scripts/dashboard/build-dashboard.js", "generate:videos": "node scripts/build-newsroom-videos.js", "generate:tools": "node scripts/build-tools.js", - "test": "npx cypress run --component", + "test:components": "npx cypress run --component", "cy:open": "cypress open", "cy:run": "cypress run" },