UNPKG

synopkg

Version:

Consistent dependency versions in large JavaScript Monorepos

22 lines (19 loc) 790 B
# This is the workspace definition for the client release group. See https://pnpm.io/pnpm-workspace_yaml for more # information about the format. # # Guidelines for updating this file: # # 1. Keep the entries alphabetical wherever possible. # 2. Be careful when using globs that end with "**". E.g. "packages/**". Doing so can include unexpected packages. This # is especially true of packages for which we build ESM and CJS. Such packages sometimes have package.json files in # their source or output directories during compilation. packages: - "azure/packages/**" - "examples/**" - "experimental/**" - "packages/**" - "tools/markdown-magic" # exclude any package.json files that are inside src or output directories - "!**/dist/**" - "!**/lib/**" - "!**/src/**"