From a7ca239810ef4b2de5dfffeeebbe2c1ccbc646fb Mon Sep 17 00:00:00 2001 From: Gregor Adams Date: Sun, 19 Sep 2021 06:18:17 +0200 Subject: [PATCH] chore: update cypress npx --- package.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 083594a..55dc218 100644 --- a/package.json +++ b/package.json @@ -8,13 +8,14 @@ "build": "next build", "build:dev": "npx cross-env@7.0.3 NODE_ENV=development next build", "build:analyze": "npx cross-env@7.0.3 ANALYZE=true next build", - "cypress:run": "npx cypress@8.3.0 run --record", - "cypress:run:firefox": "npx cypress@8.3.0 run --record --browser firefox", - "cypress:run:chrome": "npx cypress@8.3.0 run --record --browser chrome", - "cypress:run-local": "npx cypress@8.3.0 run", - "cypress:run-local:firefox": "npx cypress@8.3.0 run --browser firefox", - "cypress:run-local:chrome": "npx cypress@8.3.0 run --browser chrome", - "cypress:open": "npx cypress@8.3.0 open", + "cypress": "npx cypress@8.4.0", + "cypress:run": "yarn cypress run --record", + "cypress:run:firefox": "yarn cypress run --record --browser firefox", + "cypress:run:chrome": "yarn cypress run --record --browser chrome", + "cypress:run-local": "yarn cypress run", + "cypress:run-local:firefox": "yarn cypress run --browser firefox", + "cypress:run-local:chrome": "yarn cypress run --browser chrome", + "cypress:open": "yarn cypress open", "dev": "next", "graphql:setup": "node prepare/graphql-setup.js", "graphql:types": "graphql-codegen --config .codegenrc.js",