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 375a951 commit 0a52befCopy full SHA for 0a52bef
.github/workflows/marketplace-release.yml
@@ -39,7 +39,7 @@ jobs:
39
cache: 'pnpm'
40
41
- name: Install dependencies
42
- run: pnpm install --frozen-lockfile
+ run: pnpm install --no-frozen-lockfile
43
44
- name: Run tests
45
run: pnpm run test:run
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments