2024-01-04 05:45:45 +03:00
|
|
|
# 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.
|
|
|
|
|
2023-01-26 01:36:03 +03:00
|
|
|
packages:
|
2023-06-05 22:37:40 +03:00
|
|
|
- "azure/packages/**"
|
|
|
|
- "examples/**"
|
|
|
|
- "experimental/**"
|
|
|
|
- "packages/**"
|
2024-01-04 05:45:45 +03:00
|
|
|
|
|
|
|
# exclude any package.json files that are inside src or output directories
|
|
|
|
- "!**/dist/**"
|
|
|
|
- "!**/lib/**"
|
|
|
|
- "!**/src/**"
|