Skip to content

Commit 6969e81

Browse files
authored
chore: move pnpm settings from .npmrc to pnpm-workspace.yaml because next npm major would error (#1219)
1 parent e3c60c5 commit 6969e81

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.npmrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

pnpm-workspace.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@ packages:
22
- 'packages/*'
33
- 'packages/e2e-tests/*'
44
- 'packages/e2e-tests/_test_dependencies/*'
5+
6+
# settings
7+
8+
#cli output
9+
aggregateOutput: true
10+
reporter: append-only
11+
12+
# needed for _test_dependencies
13+
dedupeInjectedDeps: false

0 commit comments

Comments
 (0)