feat: WEB-210 reverted plugin nextjs to previous version
This commit is contained in:
@@ -4,8 +4,6 @@ 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"
|
||||
@@ -24,6 +22,7 @@ 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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user