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 3ba7f29 commit c1293ddCopy full SHA for c1293dd
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
node-version: ${{ matrix.node-version }}
42
43
- name: Install dependencies
44
- run: pnpm install
+ run: pnpm install --ignore-scripts
45
46
- name: Run tests
47
run: pnpm test
0 commit comments