Commit 8b01f0d
committed
fix(ci): use npm workspace install instead of npm link for sf-plugin-build
npm link + npm install inside plugin-agency/ conflicted with the root
workspace — npm resolved @muselab/busbar-sf-agentscript from pkg/ and
marked it version.workspace=true, breaking oclif's semver parsing.
Root npm install automatically links the workspace pkg/ into
plugin-agency/node_modules without any manual npm link steps.1 parent c52cf38 commit 8b01f0d
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
| |||
0 commit comments