This repository was archived by the owner on May 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
cb4787e
There was a problem hiding this comment.
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: