Commit 113871c
committed
fix: exclude itk-wasm test-pipelines from workspace to break pixi symlink loop
test-pipelines (packages/core/typescript/itk-wasm/test/pipelines/typescript)
is nested inside itk-wasm and depends on itk-wasm via workspace:*, creating
a self-referential symlink loop in node_modules. pixi does not respect
.gitignore and errors on this loop when walking package directories.
- Exclude packages/core/typescript/itk-wasm/test/** from pnpm-workspace.yaml
(follows existing create-itk-wasm/test exclusion pattern)
- Change test-pipelines deps from workspace:* to link: protocol for
standalone installation
- Add pnpm install to itk-wasm start script since test-pipelines deps
are no longer auto-installed by root workspace install1 parent 7a78678 commit 113871c
4 files changed
Lines changed: 7 additions & 51 deletions
File tree
- packages/core/typescript/itk-wasm
- test/pipelines/typescript
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
0 commit comments