feat: WEB-210 Added flag in npm start cmd
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"prelint:fix": "rm -rf .next",
|
||||
"lint:fix": "next lint --fix --max-warnings 0 && tsc",
|
||||
"prepare": "husky",
|
||||
"start": "node .next/standalone/server.js",
|
||||
"start": "node .next/standalone/server.js --openssl-legacy-provider",
|
||||
"test:component": "cypress open --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\"",
|
||||
|
||||
Reference in New Issue
Block a user