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
Best pnpm pratice to install one monorepo on github?
Similar
Similar to install a package within subdirectory on github.
One workaround I know to above is using third party service like gitpkg.now.sh.
Haven't used that yet, but some comments said it not support monorepo.
So...
Does pnpm have any option to hook setup script, or a native way to install one monorepo on github?
Scenario
I fork rollup/plugins and do small bugfix on monorepo packages/typescript
pnpm install path/to/my/cloned/fork/where/ran/build seems a bit ungly 😂
Or...?
Or is there any option to hook/override pnpm resolved path?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Question
Best pnpm pratice to install one monorepo on github?
Similar
Similar to
install a package within subdirectory on github
.One workaround I know to above is using third party service like
gitpkg.now.sh
.Haven't used that yet, but some comments said it not support monorepo.
So...
Does pnpm have any option to hook setup script, or a native way to install one monorepo on github?
Scenario
I fork
rollup/plugins
and do small bugfix on monorepopackages/typescript
pnpm install
path/to/my/cloned/fork/where/ran/build
seems a bit ungly 😂Or...?
Or is there any option to hook/override pnpm resolved path?
Beta Was this translation helpful? Give feedback.
All reactions