feat: WEB-210 reverted plugin nextjs to previous version
This commit is contained in:
@@ -4,8 +4,6 @@ publish = ".next"
|
|||||||
|
|
||||||
[context.branch-deploy]
|
[context.branch-deploy]
|
||||||
command = "npm run lint && npm run build"
|
command = "npm run lint && npm run build"
|
||||||
[context.branch-deploy.environment]
|
|
||||||
NODE_OPTIONS = "--openssl-legacy-provider"
|
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "npm run lint && npm run build"
|
command = "npm run lint && npm run build"
|
||||||
@@ -24,6 +22,7 @@ wait-on-timeout = "30" # seconds
|
|||||||
# cache Cypress binary in local "node_modules" folder
|
# cache Cypress binary in local "node_modules" folder
|
||||||
# so Netlify caches it
|
# so Netlify caches it
|
||||||
CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"
|
CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"
|
||||||
|
NODE_OPTIONS = "--openssl-legacy-provider"
|
||||||
# set TERM variable for terminal output
|
# set TERM variable for terminal output
|
||||||
TERM = "xterm"
|
TERM = "xterm"
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
"@contentstack/live-preview-utils": "^1.4.0",
|
"@contentstack/live-preview-utils": "^1.4.0",
|
||||||
"@hookform/error-message": "^2.0.1",
|
"@hookform/error-message": "^2.0.1",
|
||||||
"@hookform/resolvers": "^3.3.4",
|
"@hookform/resolvers": "^3.3.4",
|
||||||
"@netlify/plugin-nextjs": "^5.3.3",
|
"@netlify/plugin-nextjs": "^5.1.1",
|
||||||
"@radix-ui/react-slot": "^1.0.2",
|
"@radix-ui/react-slot": "^1.0.2",
|
||||||
"@scandic-hotels/design-system": "git+https://x-token-auth:$DESIGN_SYSTEM_ACCESS_TOKEN@bitbucket.org/scandic-swap/design-system.git#v0.1.0-rc.8",
|
"@scandic-hotels/design-system": "git+https://x-token-auth:$DESIGN_SYSTEM_ACCESS_TOKEN@bitbucket.org/scandic-swap/design-system.git#v0.1.0-rc.8",
|
||||||
"@t3-oss/env-nextjs": "^0.9.2",
|
"@t3-oss/env-nextjs": "^0.9.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user