Skip to content

Commit ac15209

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 b4f9b59 commit ac15209

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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)