Skip to content

Commit

Permalink
Revert "chore(update): minor update"
Browse files Browse the repository at this point in the history
This reverts commit c05fb07.
  • Loading branch information
stavares843 committed Jun 16, 2022
1 parent c05fb07 commit 8cc95b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"cy:first": "xvfb-run -a cypress run --config-file cypress-first-user.json --browser chrome",
"cy:second": "xvfb-run -a cypress run --config-file cypress-second-user.json --browser chrome",
"cy:chat": "concurrently npm:cy:first npm:cy:second",
"cy:first-local": "cypress run --config-file cypress-first-user.json --browser chrome",
"cy:second-local": "cypress run --config-file cypress-second-user.json --browser chrome",
"cy:chat-local": "concurrently npm:cy:first-local npm:cy:second-local",
"cy:first local": "cypress run --config-file cypress-first-user.json --browser chrome",
"cy:second local": "cypress run --config-file cypress-second-user.json --browser chrome",
"cy:chat local": "concurrently npm:cy:first local npm:cy:second local",
"prepare": "husky install"
},
"dependencies": {
Expand Down

0 comments on commit 8cc95b0

Please sign in to comment.