unfold / heroku-buildpack-pnpm

Run PNPM install on Heroku
MIT License
38 stars 39 forks source link

Fix locals #41

Closed Turbo87 closed 1 year ago

Turbo87 commented 1 year ago

This PR removes an unused local variable declaration, and in a second commit adds a missing one for the pnpm engine introduced in #38

Turbo87 commented 1 year ago

@hampusborgos @TamoMaes any thoughts on this? :)

TamoMaes commented 1 year ago

Mmm, indeed missing the declaration. Thx!