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 12f7bdf commit 90abc2dCopy full SHA for 90abc2d
‎.github/workflows/ci.yml‎
@@ -22,7 +22,7 @@ jobs:
22
with:
23
cache: pnpm
24
- name: Install dependencies
25
- run: pnpm install --ignore-scripts
+ run: pnpm install
26
27
- name: Build and test
28
run: |
0 commit comments