Skip to content

Commit 378ff42

Browse files
Making "npm run cypress open" work
1 parent a13cd1a commit 378ff42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
8+
"cypress": "cypress",
89
"see-cy-coverage": "open ./cypress-coverage/lcov-report/index.html",
910
"start": "next start"
1011
},

0 commit comments

Comments
 (0)