From 447e4d9f5b2f49604a28e4af1a98b27a91d59cde Mon Sep 17 00:00:00 2001 From: Thomas Schaffter Date: Tue, 3 Dec 2024 03:19:08 +0000 Subject: [PATCH] Fix pnpm workspaces --- pnpm-workspace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 53490b45a6..3c04f385bd 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,7 +3,7 @@ packages: - 'libs/**' - '!apps/openchallenges/infra' - '!apps/openchallenges/infra/old' - - '!apps/sandbox/lambda-nodejs20.x' + - '!apps/sandbox/lambda-nodejs' # prevent the creation of libs/**/api-client-angular/node_modules when running `workspace-install` # that break the apps and tests - '!libs/**/api-client-angular'