feat: WEB-210 Updated npm start cmd with openssl-legacy flag

This commit is contained in:
Hrishikesh Vaipurkar
2024-06-26 18:34:31 +02:00
parent 1fd7cdcbc3
commit f2bff7fd5a

View File

@@ -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\"",