nx
nx copied to clipboard
Smart Monorepos · Fast CI
### Current Behavior We are trying to use Nx just to do linting or even sometimes building running normal `pnpm exec nx run-many -t lint` or build commands and they...
## Current Behavior The E2E global setup hardcodes local registry configuration and waits for a specific localhost registry to be available, which can cause issues when the registry setup is...
### Current Behavior **Context:** - We have multiple packages in a repo and using independent releases - We are using release plans **Whats happening:** When running `nx release` the correct...
### Current Behavior I have an executor in our nx monorepo which is responsible for managing "docker compose up" for a project, then running cypress tests against the docker containers...
### Current Behavior Picture three package.jsons: ``` { "name": "@company/upstream", "version": "8.1.0" } { "name": "@company/downstream-pinned", "version": "0.0.1" "dependencies": { "@company/upstream": "7.3.4" } } { "name": "@company/downstream-workspace", "version": "0.0.1" "dependencies":...
### Current Behavior After upgrading to the latest Nx version, i'm seeing that in a NestJS project, when a file change is detected, the previous build is not being cancelled,...
fixes: DOC-341 https://deploy-preview-33767--nx-docs.netlify.app/docs/reference/nx-mcp
## Current Behavior When some tasks fail during execution, it can result in a cryptic: ```bash Failed to convert JavaScript value 'Undefined' into rust type 'String' ``` This happens because...