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 edc3788 commit 79ddc56Copy full SHA for 79ddc56
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
registry-url: 'https://registry.npmjs.org'
35
36
- name: Install Dependencies
37
- run: pnpm install --frozen-lockfile
+ run: pnpm install
38
39
- name: Build Packages
40
run: pnpm build
.github/workflows/release_beta.yml
0 commit comments