Skip to content

Commit

Permalink
add "test" under scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
avalos010 committed Jul 31, 2024
1 parent 967064a commit 2ec2188
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2ec2188

Please sign in to comment.