Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

cipherstash-archive/heroku-buildpack-pnpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PNPM heroku build-pack

This buildpack enables use of pnpm on heroku.

Using the heroku buildpack

heroku buildpaks:set https://github.com/unfold/heroku-buildpack-pnpm

The buildpack will install node and npm into the environment. It will read the package.json file to get the NPM version to use (defaults to version 16).

You should remove the default heroku/node buildpack. Else it will do a double-install of dependencies etc.

You need to create a Procfile in the root of your repository containing web: npm run start if you do not already have one.

About

Run PNPM install on Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%