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 daf9092 commit f764354Copy full SHA for f764354
2 files changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
${{ runner.os }}-pnpm-store-
27
- name: Install Dependencies
28
run:
29
- pnpm install --frozen-lockfile --non-interactive
+ pnpm install --frozen-lockfile
30
- name: Test
31
run: pnpm test
32
- name: Lint
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
restore-keys: |
24
25
- run: pnpm install --frozen-lockfile --non-interactive
+ run: pnpm install --frozen-lockfile
- name: Semantic Release
run: npx semantic-release
env:
0 commit comments