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",