From dd84b9d64fb98746a230cd24233ff50a562c39c9 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Apr 2023 01:36:44 +0800 Subject: --- pnpm-workspace.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pnpm-workspace.yaml (limited to 'pnpm-workspace.yaml') diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..1a0aa09 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,14 @@ +packages: + - ".github/actions/*" + - "docs" + - "cli" + - "packages/*" + - "benchmark" + - "turborepo-tests/*" + # Intentionally exclude the `npm` `turbo` package from the workspaces. + - "!packages/turbo" + - "packages/turbo-tracing-next-plugin/test/with-mongodb-mongoose" + - "crates/next-dev-tests/test-harness" + - "crates/next-dev-tests/tests" + - "crates/*/js" + - examples -- cgit v1.2.3-70-g09d2