FluidFramework/pnpm-workspace.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 строка
763 B
YAML
Исходник Обычный вид История

# 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/**"
# exclude any package.json files that are inside src or output directories
- "!**/dist/**"
- "!**/lib/**"
- "!**/src/**"