Compare commits
1 commit
6c1fa9e878
...
c3dcb882cf
Author | SHA1 | Date | |
---|---|---|---|
c3dcb882cf |
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"cypress:build": "prettier --check . && NODE_ENV=test next build",
|
"cypress:build": "prettier --check . && NODE_ENV=test next build",
|
||||||
"cypress:start_server": "cp .env.test .next/standalone && cp public .next/standalone/ -r && cp .next/static/ .next/standalone/.next/ -r && NODE_ENV=test dotenv -e .env.test -- node .next/standalone/server.js",
|
"cypress:start_server": "cp .env.test .next/standalone && cp public .next/standalone/ -r && cp .next/static/ .next/standalone/.next/ -r && NODE_ENV=test dotenv -e .env.test -- HOSTNAME=\"0.0.0.0\" node .next/standalone/server.js",
|
||||||
"cypress:open": "cypress open",
|
"cypress:open": "cypress open",
|
||||||
"cypress:run": "cypress run"
|
"cypress:run": "cypress run"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue