Commit cea19b4
committed
fix(ci): replace TypeScript import with inline uniq function in generate-ci-env.js
Node.js in CI cannot load .ts files directly. Replaced the import from
lodash-replacements.ts with an inline native uniq implementation.1 parent d2d6f5b commit cea19b4
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments