Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

Commit

Permalink
fix(package.json): add "resolutions" field to prevent two Cypress vers
Browse files Browse the repository at this point in the history
@testing-library/cypress was downloading another version of Cypress;
This would conflict with our installed version and crash on Travis CI;

References:
github.com/cypress-io/cypress/issues/4595
  • Loading branch information
mateus-f-torres committed Sep 5, 2020
1 parent f558371 commit 9ebfb35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -20,6 +20,9 @@
"test": "cypress run",
"test:cypress": "cypress open"
},
"resolutions": {
"cypress": "4.9.0"
},
"dependencies": {
"@material-ui/core": "^4.9.10",
"@material-ui/icons": "^4.9.1",
Expand Down

0 comments on commit 9ebfb35

Please sign in to comment.