`pnpm deploy` is the best thing when deploying from @pnpmjs...

`pnpm deploy` is the best thing when deploying from @pnpmjs...

`pnpm deploy` is the best thing when deploying from @pnpmjs monorepo. Now building our app directly...

`pnpm deploy` is the best thing when deploying from @pnpmjs monorepo. Now building our app directly on the Github Actions runner and just adding the deploy command output to a container. 🧵 https://t.co/MP27uRBI1e

So much faster: - Can use Github Actions caching which is more fine grained than docker layer caching (must less cache busting) - Only one `pnpm install` since no need run it in the container - No need to install build tools in the container

Found a bug though `node_modules/.bin` scripts do not work in the container because pnpm generates those scripts on the runner and the paths are broken when moved into the container. But that's fair. This is an experimental command.