feat: WEB-210 Removed unnecessary env changes and logs

This commit is contained in:
Hrishikesh Vaipurkar
2024-06-28 10:04:22 +02:00
parent 83cb76be65
commit c018dc8ce0
4 changed files with 1 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
"prelint:fix": "rm -rf .next",
"lint:fix": "next lint --fix --max-warnings 0 && tsc",
"prepare": "husky",
"start": "node --openssl-legacy-provider .next/standalone/server.js",
"start": "node .next/standalone/server.js",
"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\"",