You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this Action is only looking for an package-lock.json/npm-shrinkwrap.json or yarn.lock.
It would be awesome if it would look for pnpm-lock.yaml/pnpm-lock.yml as well.
Use-case for this: we're using this Action in all @remix-run default stacks (indie-stack, blues-stack & grunge-stack), but people using Remix are either using npm, pnpm or yarn.
The text was updated successfully, but these errors were encountered:
Currently, this Action is only looking for an
package-lock.json
/npm-shrinkwrap.json
oryarn.lock
.It would be awesome if it would look for
pnpm-lock.yaml
/pnpm-lock.yml
as well.npm-install/index.js
Line 148 in 04d753f
Use-case for this: we're using this Action in all @remix-run default stacks (indie-stack, blues-stack & grunge-stack), but people using Remix are either using
npm
,pnpm
oryarn
.The text was updated successfully, but these errors were encountered: