Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

chore: update cypress npx #97

Merged
merged 1 commit into from
Oct 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
"build": "next build",
"build:dev": "npx [email protected] NODE_ENV=development next build",
"build:analyze": "npx [email protected] ANALYZE=true next build",
"cypress:run": "npx [email protected] run --record",
"cypress:run:firefox": "npx [email protected] run --record --browser firefox",
"cypress:run:chrome": "npx [email protected] run --record --browser chrome",
"cypress:run-local": "npx [email protected] run",
"cypress:run-local:firefox": "npx [email protected] run --browser firefox",
"cypress:run-local:chrome": "npx [email protected] run --browser chrome",
"cypress:open": "npx [email protected] open",
"cypress": "npx [email protected]",
"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",
Expand Down