netlify-plugin-pnpm-preinstaller
v0.0.4
Published
Netlify Build plugin - Plugin to install pnpm on netlify
Downloads
4
Readme
Netlify Build plugin pnpm-preinstaller - Plugin to install pnpm on netlify.
This cannot be used as a global plugin but only a local plugin
Usage
- Install plugin
npx netlify-plugin-pnpm-preinstaller
- Add it as the first plugin in your netlify toml file
[[plugins]]
package = "./plugins/pnpm-preinstaller"
- Point
npm
to/dev/null
[build.environment]
NPM_FLAGS="--prefix=/dev/null"
- Done!
SLA
This is not in active development, just something we made to use internally. If you find bugs or issue you can make an issue and we might get to it, no promises. Ideally just fork the repo and makes changes as needed