nx-tools icon indicating copy to clipboard operation
nx-tools copied to clipboard

Nx Workspaces builders and tools

Results 79 nx-tools issues
Sort by recently updated
recently updated
newest added

When using the `prisma-seed` executor `ts-node` is the default and non overridable tool used to run the seeding. To leverage other tools e.g. `scw` to run the seeding a config...

Bumps [axios](https://github.com/axios/axios) from 1.5.1 to 1.6.1. Release notes Sourced from axios's releases. Release v1.6.1 Release notes: Bug Fixes formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab) platform:...

dependencies
javascript

adds support to the generator to include adding a new executor that will run the prisma format command the formats the prisma schema closes #767

Hello @gperdomor Could you help me by publishing the package @nx-tools/nx-graphql-codegen?

`nx-prisma` Cannot be used with nx17 Error: `Cannot find module '@nx/workspace/src/utilities/version-utils'`

After the package name changes (seemingly in 4.x.x) to `@nx-tools/container*`, the content of the CHANGELOG files are not updated. To specifically get a glance on the breaking changes, grateful if...

I'm not exactly sure if it's a bug or not. I'm currently using the nx-container generator to build Docker images out of my apps in my repo. The "container" generator...

When using the `prisma-reset` executor (without --skip-seed) seeding does not happen. As far as I can tell this might not be easy to fix, since the issue is that prisma...

Hi All, I created a standalone angular project based on the [official tutorial](https://nx.dev/getting-started/tutorials/angular-standalone-tutorial). Then i made a research how can i add docker support to the project via nx plugin...