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
cd81348ca5
commit
ea6dc7c710
@@ -14,4 +14,4 @@
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "8.0.0-beta.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user