Skip to content

scalarhq/netlify-plugin-pnpm-preinstaller

Repository files navigation

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

  1. Install plugin
npx netlify-plugin-pnpm-preinstaller
  1. Add it as the first plugin in your netlify toml file
[[plugins]]
     package = "./plugins/pnpm-preinstaller"
  1. Prevent redundant npm install
[build.environment]
        NPM_FLAGS="--version"
  1. 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

About

PNPM pre installer plugin for netlify.

Resources

License

Stars

Watchers

Forks

Packages

No packages published