Skip to content

Commit 6178f4c

Browse files
committed
chore: move pnpm config from .npmrc to pnpm-workspace.yaml
Silences npm warnings about unknown options like node-linker; pnpm reads the same keys from pnpm-workspace.yaml in camelCase form.
1 parent 5f29b34 commit 6178f4c

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

website/.npmrc

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

website/pnpm-workspace.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@ minimumReleaseAge: 1440
22
minimumReleaseAgeExclude:
33
- "@apify/*"
44
- "@crawlee/*"
5+
6+
nodeLinker: hoisted
7+
linkWorkspacePackages: true
8+
preferWorkspacePackages: true
9+
publicHoistPattern:
10+
- "*"

0 commit comments

Comments
 (0)