nx
nx copied to clipboard
Smart Monorepos · Fast CI
### Documentation issue - [ ] Reporting a typo - [x] Reporting a documentation bug - [ ] Documentation improvement - [ ] Documentation feedback ### Is there a specific...
### Steps to reproduce: 1: Create a angular:library without a module ``` nx generate @nrwl/angular:library test --buildable --compilationMode=partial --importPath=@testorg/test --prefix=test --publishable --skipModule --standaloneConfig ``` 2: Generate some library-secondary-entry-point ``` nx...
- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Since private artifactory hosts a few of the internal plugins that organizations typically use for NX, it...
## Current Behavior When having multiple levels of dependencies it's possible for tasks to run earlier than they are allowed to. ## Expected Behavior If a task `dependsOn` another task,...
## Current Behavior If there is a default target configuration with `params: 'forward'` and a different target which doesn't have that option you can end up with tasks which do...
I am trying to load the images from shared assets library in to stories i created with libraries in Nx workspace. I have made necessary changes for that. but images...
## Current Behavior No colour output from Jest tests with the new Nx CLI formatting when running in GitLab. Example command: ``` nx run-many --target=test --all --parallel=1 ``` The message:...
## Current Behavior I am getting to following error when I run the test. I have confirmed that I have all the dependency installed. ```sh > NX Jest: Failed to...
## Current Behavior When I run `yarn nx format`, it fails from an error where it removes paths that contain more than one dollar sign in the path. This doesn't...
## Current Behavior Path references in the `tsconfig.base.json` file do not support nested references or wildcards. This is due the current logic stripping the references and overwriting them with the...