Email or username:

Password:

Forgot your password?
Andrey Sitnik

There is amazing `pnpm deploy` command in @pnpm.

It copies your project (with monorepo support) to dist/ removing devDependencies to reduce security risks. Then you copy dist/ to Docker image.

pnpm.io/cli/deploy

Here is how I use it:
github.com/hplush/slowreader/p

This is why I love pnpm so much—they really think how real team will use it.

It has a great set of built-in commands together with the best monorepo support.

1 comment
Nikita Karamov

@sitnik_en @pnpm TIL! This is a very useful feature, thanks for sharing this 🔥

Go Up