Commit 780e04f
committed
fix(build): use getLocalPackageAliases instead of hardcoded paths
Replace hardcoded Socket package paths with canonical getLocalPackageAliases
helper for consistency across all socket-* repositories. This ensures local
development workflows remain synchronized and paths are computed using the
same logic everywhere.
The distAliases from getLocalPackageAliases point to /dist folders, so we
convert them to package roots by removing the /dist suffix, which is what
the resolvePackageSubpath function expects.1 parent 23b45e5 commit 780e04f
1 file changed
+11
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
67 | 59 | | |
68 | 60 | | |
69 | 61 | | |
| |||
0 commit comments