Skip to content

Commit

Permalink
fix(sage-monorepo): keep only the root workspace as pnpm workspace (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored Aug 28, 2024
1 parent 574d8b0 commit f8f2e7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
packages:
- 'apps/**'
- 'libs/**'
- '!apps/openchallenges/infra'
- '!apps/openchallenges/infra/old'
# 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 f8f2e7d

Please sign in to comment.