feat: WEB-210 Testing logs for node_options

This commit is contained in:
Hrishikesh Vaipurkar
2024-06-23 19:32:10 +02:00
parent 714d0d91f0
commit fd64ffadb9
2 changed files with 20 additions and 14 deletions

View File

@@ -4,6 +4,8 @@ publish = ".next"
[context.branch-deploy]
command = "npm run lint && npm run build"
[context.branch-deploy.environment]
NODE_OPTIONS = "--openssl-legacy-provider"
[context.deploy-preview]
command = "npm run lint && npm run build"