Skip to content

Commit

Permalink
fix: use test env in cypress open (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Jan 15, 2024
1 parent 265b8dc commit bac0c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"check": "yarn prettier:check && yarn lint && yarn type-check",
"hooks:uninstall": "husky uninstall",
"hooks:install": "husky install",
"cypress:open": "env-cmd -f ./.env.development cypress open",
"cypress:open": "env-cmd -f ./.env.test cypress open",
"cypress": "concurrently -k -s first \"yarn start:test\" \"yarn cypress:run\"",
"test": "yarn cypress",
"cypress:run": "env-cmd -f ./.env.test cypress run --headless --browser chrome",
Expand Down

0 comments on commit bac0c6a

Please sign in to comment.