Skip to content

Commit

Permalink
fix: use test env in cypress open and remove post-merge hook (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Jan 15, 2024
1 parent 07b2e05 commit 31e89ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .husky/post-merge

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"postinstall": "husky install",
"post-commit": "git status",
"pre-commit": "yarn check",
"cypress:open": "env-cmd -f ./.env.local cypress open",
"cypress:open": "env-cmd -f ./.env.test cypress open",
"cypress": "concurrently -k -s first \"yarn start:test\" \"wait-on http://localhost:3005 && yarn cypress:run\"",
"cypress:run": "env-cmd -f ./.env.test cypress run --headless --browser chrome --spec \"cypress/**/*.(spec|cy).js\""
},
Expand Down

0 comments on commit 31e89ba

Please sign in to comment.