Skip to content

Commit f0ef035

Browse files
shmuel hizmiclaude
andcommitted
Fix publish: drop --frozen-lockfile for first publish
Packages aren't on npm yet, so frozen lockfile fails trying to resolve them from the registry. Use plain bun install which resolves workspace packages locally. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 97376a6 commit f0ef035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
bun-version: "1.3.11"
4040

4141
- name: Install dependencies
42-
run: bun install --frozen-lockfile
42+
run: bun install
4343

4444
- name: Build
4545
run: bun run build

0 commit comments

Comments
 (0)