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

Commit

Permalink
chore: update cypress npx (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass authored Oct 1, 2021
1 parent 29e54af commit cb4787e
Showing 1 changed file with 8 additions and 7 deletions.
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",
"dev:ssl": "PORT=3000 NODE_TLS_REJECT_UNAUTHORIZED=0 node ./server.js",
"graphql:setup": "node prepare/graphql-setup.js",
Expand Down

1 comment on commit cb4787e

@vercel
Copy link

@vercel vercel bot commented on cb4787e Oct 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.