Skip to content

d6u/example-typescript-pnpm-monorepo

Repository files navigation

Workspace Commands

Add workspace package as a dependency of a package

pnpm --workspace -F scripts-cjs add -D hello-esm
  • --workspace search the package in workspace, instead of npm registry.
  • -F apply the command to all packages that satisfy the filter.
  • -D dev dependency, ignore if you want to add a regular dependency.

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published