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 3e3af0c commit 3d829e3Copy full SHA for 3d829e3
.github/workflows/publish.yml
@@ -27,6 +27,9 @@ jobs:
27
# disable cache, to avoid cache poisoning (https://docs.zizmor.sh/audits/#cache-poisoning)
28
package-manager-cache: false
29
30
+ - name: Disallow installation scripts
31
+ run: yq '.onlyBuiltDependencies = []' -i pnpm-workspace.yaml
32
+
33
- name: Install deps
34
run: pnpm install
35
env:
.github/workflows/release-continuous.yml
@@ -29,6 +29,9 @@ jobs:
- name: Install dependencies
36
37
0 commit comments