Commit 4fa878f
authored
fix(generate-examples-index): suppy POSIX paths to Globby even on Windows (#1047)
The `globby` package can only handle POSIX style paths, which means that it breaks on Windows when using `path.join()` instead of `path.posix.join()`.
modified: src/generate-examples-index/index.ts1 parent 58f001c commit 4fa878f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
0 commit comments