git clone [email protected]:btilford/WEB-45225.git
cd WEB-45225
npx @microsoft/rush update
webstorm .
ls -l server/node_modules/@nestjs/typeorm/ | grep dist
From the IDE @nestjs/typeorm/dist is hidden.
- Generate project
npm install -g @microsoft/rush @nestjs/cli mkdir repro cd repro rush init nest new
- Add the nest app to rush.json projects array
{ "shouldPublish": false, "packageName": "nest-app", "projectFolder": "nest-app" }
- Add a project that publishes it's dist directory like @nestjs/typeorm
rush update rush add -p @nestjs/typeorm