Nx

"targetDefaults": "build": "dependsOn": ["^build"], "outputs": ["projectRoot/dist"]

nx affected -t test --base=main Perfect for CI. nx graph gives a visual map of dependencies. Helps enforce module boundaries via tags. Computation hashing Nx hashes: source files + environment + dependencies + task configuration → cache key. Task pipelines In nx.json : "targetDefaults": "build": "dependsOn": ["^build"]

nx list Example: generate a React component library "targetDefaults": "build": "dependsOn": ["^build"]