Compare commits
1 commit
c3dcb882cf
...
3a18e17bb6
Author | SHA1 | Date | |
---|---|---|---|
3a18e17bb6 |
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"lint": "next lint",
|
||||
"format": "prettier --write .",
|
||||
"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 -- HOSTNAME=\"0.0.0.0\" 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 HOSTNAME=\"0.0.0.0\" dotenv -e .env.test -- node .next/standalone/server.js",
|
||||
"cypress:open": "cypress open",
|
||||
"cypress:run": "cypress run"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue