Commit da0a104
committed
Move @galaxyproject/galaxy-ui to devDependencies
galaxy-ui is "private": true and never gets published to npm. With it
declared as a runtime dependency, pnpm publish would rewrite workspace:*
to 0.0.0-internal in the published galaxy-client tarball, and consumers'
npm install would then fail trying to fetch a non-existent package.
galaxy-ui is a source dep only -- its compiled output is bundled into
client/dist/ at build time, so consumers don't need it at install time.1 parent 26a8397 commit da0a104
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments