{ "$schema": "./node_modules/nx/schemas/nx-schema.json", "release": { "releaseTagPattern": "release/{projectName}/{version}", "groups": { "test": { "projects": ["@zitadel/login", "@zitadel/console", "@zitadel/api"], "projectsRelationship": "fixed", "docker": { "skipVersionActions": true, "registryUrl": "ghcr.io", "groupPreVersionCommand": "echo BEFORE VERSIONING" }, "changelog": { "projectChangelogs": true } } }, "version": { "conventionalCommits": true } }, "namedInputs": { "proto": [ "{workspaceRoot}/proto/**" ], "sharedGlobals": [ "{workspaceRoot}/**/.env.*local", { "env": "DEBUG" }, { "env": "VERCEL_URL" }, { "env": "EMAIL_VERIFICATION" }, { "env": "AUDIENCE" }, { "env": "SYSTEM_USER_ID" }, { "env": "SYSTEM_USER_PRIVATE_KEY" }, { "env": "ZITADEL_API_URL" }, { "env": "ZITADEL_SERVICE_USER_TOKEN" }, { "env": "NEXT_PUBLIC_BASE_PATH" }, { "env": "CUSTOM_REQUEST_HEADERS" }, { "env": "NODE_ENV" }, { "env": "PORT" }, { "env": "INKEEP_API_KEY" }, { "env": "DISPLAY" }, { "env": "CYPRESS_DISPLAY" } ], "default": [ "{projectRoot}/**/*", "sharedGlobals", "proto" ] }, "targetDefaults": { "generate": { "cache": true }, "build": { "cache": true }, "quality": { "cache": true }, "start": { "cache": true }, "test:unit": { "cache": true }, "test:acceptance": { "cache": true }, "test:e2e": { "cache": true }, "lint": { "cache": true }, "lint:fix": { "cache": true }, "dev": { "cache": false }, "clean": { "cache": false } }, "nxCloudId": "688a9021d48dce0efe0f119f", "plugins": [ { "plugin": "@nx/docker", "options": { "buildTarget": "docker:build", "runTarget": "docker:run" } } ] }