Skip to content

Instantly share code, notes, and snippets.

@zkochan
Last active November 15, 2021 14:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zkochan/74c4b311ea594b38df4439e37f61ff36 to your computer and use it in GitHub Desktop.
Save zkochan/74c4b311ea594b38df4439e37f61ff36 to your computer and use it in GitHub Desktop.
filtering in pnpm vs lerna
Lerna v3.2 pnpm v2.15
--scope my-component -- my-component
--scope toolbar-* -- toolbar-*
--scope my-component --include-filtered-dependencies -- my-component...
--scope my-component --include-filtered-dependents -- ...my-component
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment