mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
Adds client/pnpm-workspace.yaml so that pnpm install from client/ resolves galaxy-api-client as a workspace member. The per-package client/packages/api-client/pnpm-lock.yaml goes away in favor of the single client/pnpm-lock.yaml covering the whole workspace. CI is simplified to a single install step, then workspace-filtered build/test/publish invocations (pnpm --filter @galaxyproject/galaxy-api-client). This is the first real workspace member; the packages/* glob is ready to accept extractions (galaxy-utils, galaxy-ui, galaxy-composables) in follow-up PRs.
3 lines
27 B
YAML
3 lines
27 B
YAML
packages:
|
|
- "packages/*"
|