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 79ddc56 commit 67d1b1aCopy full SHA for 67d1b1a
.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
+ run: pnpm install --no-frozen-lockfile
38
39
- name: Build Packages
40
run: pnpm build
.github/workflows/release_beta.yml
0 commit comments