diff --git a/devbox.json b/devbox.json index f7785f74a..87de46857 100644 --- a/devbox.json +++ b/devbox.json @@ -1,6 +1,8 @@ { "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json", "env": { + // TODO: Remove when https://github.com/nodejs/corepack/issues/612 is solved. + "COREPACK_INTEGRITY_KEYS": "0", "GATSBY_TELEMETRY_DISABLED": "1", "DEVBOX_COREPACK_ENABLED": "true", "PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS": "true"