nx
nx copied to clipboard
Smart Monorepos · Fast CI
## Current Behavior Generators from local plugins are not included in the prompt when running `nx g` without a default collection or specified collection. They are also not present in...
We have a long-lived NX monorepo hosting multiple angular apps/libs with a mix of karma and jest tests. While in the process of upgrading the docker image from `node:12-slim` to...
You can see `import { UserService } from '@ng-mfe/shared/data-access-user';` in the tutorial. That may throw error. ## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #
I created a "hello-world"-style NX repository using the following command: ```sh npx create-nx-workspace isaacscript --preset=ts ``` After that, the only modification I made was to add more content to the...
## Current Behavior I believe the `buildLibsFromSource` rule on the `@nrwl/next:build` executor is being ignored. This repo contains 2 Nx packages, each with different typescript configs. Because of this when...
## Current Behavior I currently have a core-based setup where I have my tsconfig for Jest including only the jest files, with a project reference pointing to the build tsconfig,...
## Description One way I leverage TypeScript is when making a behavioral change to my project is to ensure the source of the change is a compilation mistake. Being able...
docs(core): fix mispelling typo `organisation` replaced with `organization`
This is a bit of a misnomer, hence it running on the nightly tests. It uses _only_ the published versions of `@nrwl/*` packages on npmjs registry, due to a limitation...