We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7e7a9 commit aaacdd4Copy full SHA for aaacdd4
2 files changed
.github/workflows/coveralls.yaml
@@ -24,7 +24,7 @@ jobs:
24
cache: pnpm
25
26
- name: Install
27
- run: pnpm install --frozen-lockfile --ignore-scripts
+ run: pnpm install --ignore-scripts
28
29
- name: Test
30
run: pnpm run test -- --coverage
.github/workflows/webpack.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Format
run: pnpm run pretty:check
0 commit comments