From 2ec2188aa058c2b9726f55943f8d4cbc87a51200 Mon Sep 17 00:00:00 2001 From: Jose Avalos Date: Wed, 31 Jul 2024 17:23:54 -0500 Subject: [PATCH] add "test" under scripts --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 98077e6..94934bc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint" + "lint": "next lint", + "test": "yarn cypress run --spec cypress/e2e/sportsbookodds.cy.ts" }, "dependencies": { "@heroicons/react": "^2.0.18",