We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02856ff commit 339fa02Copy full SHA for 339fa02
1 file changed
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: oven-sh/setup-bun@v2
27
28
- name: Install dependencies
29
- run: bun install
+ run: bun install --frozen-lockfile
30
31
- name: Build web-knobs
32
run: |
0 commit comments