Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermneher authored May 9, 2024
1 parent e3326f8 commit 1024df0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "index.js",
"scripts": {
"cy:open": "cypress open",
"e2e:chrome": "cypress run --browser chromium",
"e2e:chromium": "cypress run --browser chromium",
"e2e:edge": "cypress run --browser edge",
"e2e:firefox": "cypress run --browser firefox",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit 1024df0

Please sign in to comment.