Skip to content

Commit 2a8cfa7

Browse files
bteabrc-dd
andauthored
chore: move all pnpm settings to pnpm-workspace.yaml (#4889)
--------- Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
1 parent f976359 commit 2a8cfa7

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

.npmrc

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

package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -208,16 +208,5 @@
208208
"optional": true
209209
}
210210
},
211-
"packageManager": "pnpm@10.13.1",
212-
"pnpm": {
213-
"overrides": {
214-
"ora>string-width": "^5",
215-
"vite": "npm:rolldown-vite@latest"
216-
},
217-
"patchedDependencies": {
218-
"@types/mdurl@2.0.0": "patches/@types__mdurl@2.0.0.patch",
219-
"markdown-it-anchor@9.2.0": "patches/markdown-it-anchor@9.2.0.patch"
220-
},
221-
"neverBuiltDependencies": []
222-
}
211+
"packageManager": "pnpm@10.13.1"
223212
}

pnpm-workspace.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
11
packages:
22
- docs
33
- __tests__/*
4+
5+
onlyBuiltDependencies:
6+
- esbuild
7+
- playwright-chromium
8+
- simple-git-hooks
9+
10+
overrides:
11+
ora>string-width: ^5
12+
vite: npm:rolldown-vite@latest
13+
14+
patchedDependencies:
15+
'@types/mdurl@2.0.0': patches/@types__mdurl@2.0.0.patch
16+
markdown-it-anchor@9.2.0: patches/markdown-it-anchor@9.2.0.patch
17+
18+
autoInstallPeers: false
19+
shellEmulator: true

0 commit comments

Comments
 (0)