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 b498f4b commit acc98cdCopy full SHA for acc98cd
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
node-version: ${{ matrix.node-version }}
29
cache: 'pnpm'
30
- name: Install dependencies
31
- run: pnpm install
+ run: pnpm install -r --offline
32
- name: Build all packages
33
run: pnpm build
34
- name: Run linter
0 commit comments