0.0.4 • Published 3 years ago

netlify-plugin-pnpm-preinstaller v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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. Point npm to /dev/null
[build.environment]
        NPM_FLAGS="--prefix=/dev/null"
  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

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago