nestjs-service-template
nestjs-service-template copied to clipboard
How to update this template to use pnpm instead npm?
Prerequisites
- [x ] I checked the documentation and found no answer
Is your feature request related to a problem? Please describe. This template was build with npm, but what if we use pnpm?
Describe the solution you'd like
Run everything as usual, except the installation of dependencies that should be with pnpm install
, this will cause the creation of pnpm-lock.yaml
file, which should be the one taken to build the image in docker.