We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962fa5a commit 7de2986Copy full SHA for 7de2986
1 file changed
pnpm-workspace.yaml
@@ -4,13 +4,16 @@ packages:
4
- bin
5
- doc
6
- ui
7
-onlyBuiltDependencies:
8
- - esbuild
+allowBuilds:
+ '@scarf/scarf': set this to true or false
9
+ esbuild: set this to true or false
10
# Explicitly ignore build scripts we don't want to run. Listing them here
11
# stops pnpm from failing with ERR_PNPM_IGNORED_BUILDS when they're
12
# encountered as transitive deps (e.g. scarf pulled in via swagger-ui-dist).
13
ignoredBuiltDependencies:
14
- '@scarf/scarf'
15
+onlyBuiltDependencies:
16
+ - esbuild
17
# Belt-and-suspenders: even if a fresh transitive dep slips through with a
18
# postinstall script, downgrade to a warning so CI doesn't break for
19
# downstream plugin repos that pull etherpad-lite as their core install.
0 commit comments