Skip to content

Commit

Permalink
fixes Cypress issues
Browse files Browse the repository at this point in the history
Previously, we were accidently installing 2 versions of Cypress.

See: cypress-io/cypress#4595
  • Loading branch information
cball committed Dec 13, 2020
1 parent 7c5557b commit 4ce0bee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/create-bison-app/template/package.json.ejs
Expand Up @@ -11,6 +11,7 @@
"build:next": "next build",
"build:nexus": "NODE_ENV=development ts-node -P tsconfig.cjs.json --transpile-only graphql/schema.ts",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"db:migrate": "yarn -s prisma migrate up --experimental && yarn build:prisma",
"db:rollback": "yarn prisma migrate down --experimental && yarn build:prisma",
"db:setup": "yarn db:migrate && yarn prisma generate",
Expand Down Expand Up @@ -73,7 +74,7 @@
"@graphql-codegen/typescript-react-apollo": "1.17.6",
"@graphql-codegen/typescript-resolvers": "1.17.4",
"@prisma/cli": "2.8.1",
"@testing-library/cypress": "^6.0.0",
"@testing-library/cypress": "^7.0.2",
"@testing-library/dom": "^7.21.7",
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^10.4.7",
Expand All @@ -86,7 +87,7 @@
"@vercel/node": "^1.7.3",
"chance": "^1.1.6",
"concurrently": "^5.2.0",
"cypress": "^5.0.0",
"cypress": "^6.1.0",
"eslint": "^7.5.0",
"eslint-plugin-cypress": "^2.11.1",
"eslint-plugin-echobind": "^0.2.0",
Expand Down

0 comments on commit 4ce0bee

Please sign in to comment.