feat: WEB-210 Updated npm start cmd with openssl-legacy flag
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
"prelint:fix": "rm -rf .next",
|
"prelint:fix": "rm -rf .next",
|
||||||
"lint:fix": "next lint --fix --max-warnings 0 && tsc",
|
"lint:fix": "next lint --fix --max-warnings 0 && tsc",
|
||||||
"prepare": "husky",
|
"prepare": "husky",
|
||||||
"start": "node .next/standalone/server.js --openssl-legacy-provider",
|
"start": "node --openssl-legacy-provider .next/standalone/server.js",
|
||||||
"test:component": "cypress open --component",
|
"test:component": "cypress open --component",
|
||||||
"test:component:headless": "cypress run --component",
|
"test:component:headless": "cypress run --component",
|
||||||
"test:e2e": "start-server-and-test test:setup http://127.0.0.1:3000/en/sponsoring \"cypress open --e2e\"",
|
"test:e2e": "start-server-and-test test:setup http://127.0.0.1:3000/en/sponsoring \"cypress open --e2e\"",
|
||||||
|
|||||||
Reference in New Issue
Block a user