Skip to content

Commit

Permalink
Fix pnpm workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Dec 3, 2024
1 parent 1dda86c commit 447e4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 447e4d9

Please sign in to comment.