Commit 447d758
committed
Fix jobs 45889315650 and 45889315653: Path resolution and package.json issues
- Fix YAML file path resolution using process.cwd() for reliable CI environment compatibility
- Remove duplicate devDependencies sections in packages/types/package.json
- Ensure @types/node is properly declared for process global access
- Maintain yaml dependency for template validation
Resolves:
- Job 45889315650: ESLint failures from path issues
- Job 45889315653: YAML loading failures from incorrect path resolution
- Cross-platform compatibility for both local and CI environments1 parent 1685d12 commit 447d758
File tree
2 files changed
+2
-13
lines changed- packages/types
- src/__tests__
2 files changed
+2
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 35 | | |
43 | 36 | | |
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
| |||
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
33 | | - | |
34 | | - | |
| 29 | + | |
| 30 | + | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
| |||
0 commit comments