mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-08 21:09:23 +08:00
fix: correctly define pnpm workspace and clean up vite build scripts
This change adds the missing 'packages' definition to pnpm-workspace.yaml, allowing pnpm to correctly install dependencies for the 'ui' sub-package. This resolves the 'vite: command not found' error during 'ui:build'. It also reverts the temporary 'pnpm dlx' workarounds in ui/package.json.
This commit is contained in:
committed by
Peter Steinberger
parent
1c88d9575e
commit
214ab16eb2
@@ -1,3 +1,7 @@
|
||||
packages:
|
||||
- "."
|
||||
- "ui"
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- '@whiskeysockets/baileys'
|
||||
- authenticate-pam
|
||||
|
||||
Reference in New Issue
Block a user