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

@@ -22,7 +22,6 @@ wait-on-timeout = "30" # seconds
# cache Cypress binary in local "node_modules" folder
# so Netlify caches it
CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"
NODE_OPTIONS = "--openssl-legacy-provider"
# set TERM variable for terminal output
TERM = "xterm"