Skip to content

Commit 7de2986

Browse files
committed
chore: pnpm
1 parent 962fa5a commit 7de2986

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pnpm-workspace.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ packages:
44
- bin
55
- doc
66
- ui
7-
onlyBuiltDependencies:
8-
- esbuild
7+
allowBuilds:
8+
'@scarf/scarf': set this to true or false
9+
esbuild: set this to true or false
910
# Explicitly ignore build scripts we don't want to run. Listing them here
1011
# stops pnpm from failing with ERR_PNPM_IGNORED_BUILDS when they're
1112
# encountered as transitive deps (e.g. scarf pulled in via swagger-ui-dist).
1213
ignoredBuiltDependencies:
1314
- '@scarf/scarf'
15+
onlyBuiltDependencies:
16+
- esbuild
1417
# Belt-and-suspenders: even if a fresh transitive dep slips through with a
1518
# postinstall script, downgrade to a warning so CI doesn't break for
1619
# downstream plugin repos that pull etherpad-lite as their core install.

0 commit comments

Comments
 (0)