We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24d7cda + ee43f1c commit 6dc256cCopy full SHA for 6dc256c
.github/workflows/release-v1-beta-core.yml
@@ -25,7 +25,7 @@ jobs:
25
run: pnpm run clean:all
26
27
- name: Install root dependencies
28
- run: pnpm install --frozen-lockfile
+ run: pnpm install --no-frozen-lockfile
29
30
- name: Build all packages
31
run: pnpm -r --sort run build
.github/workflows/release-v1-beta-platform-plugins.yml
- name: Build all plugins
0 commit comments