Commit b66f338
authored
fix(skills): use stable logical node_modules path for skills symlink (#718)
Before: symlink target resolved to pnpm's content-addressable path like
`../../node_modules/.pnpm/vite-plus@0.1.1_.../node_modules/vite-plus/skills/vite-plus`
After: symlink target uses the stable logical path
`../../node_modules/vite-plus/skills/vite-plus`
Falls back to the resolved path when the logical path doesn't exist or
points to a different location.1 parent 72b33f7 commit b66f338
1 file changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
112 | 129 | | |
113 | | - | |
| 130 | + | |
114 | 131 | | |
115 | 132 | | |
116 | 133 | | |
| |||
0 commit comments