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 2560c85 commit 9247e64Copy full SHA for 9247e64
.github/workflows/coveralls.yml
@@ -17,8 +17,8 @@ jobs:
17
run: |
18
npm install pnpm@latest -g
19
pnpm --version
20
- - name: pnpm install --shamefully-hoist
21
- run: pnpm install --shamefully-hoist
+ - name: pnpm install --shamefully-hoist --ignore-scripts
+ run: pnpm install --shamefully-hoist --ignore-scripts
22
- name: pnpm coverage:vfm
23
24
pnpm coverage:vfm
0 commit comments