Skip to content

Commit e586d52

Browse files
Codestzclaude
andcommitted
fix: add packages field to pnpm-workspace.yaml
The pnpm-workspace.yaml file was missing the required packages field, causing CI builds to fail with "packages field missing or empty" error. Added packages field with current directory to fix the issue. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent b07d4b1 commit e586d52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
packages:
2+
- '.'
3+
14
ignoredBuiltDependencies:
25
- sharp
36
- unrs-resolver

0 commit comments

Comments
 (0)