Commit 5d2b876
chore: replace mkdirp with native fs.mkdirSync
Node.js has supported `fs.mkdirSync(path, { recursive: true })`
since v10.12.0. This removes the need for the mkdirp package.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent cb4410f commit 5d2b876
4 files changed
Lines changed: 2 additions & 10 deletions
File tree
- packages/shipjs
- src/step/setup/CI
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | | - | |
| 43 | + | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
74 | | - | |
| 73 | + | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6308 | 6308 | | |
6309 | 6309 | | |
6310 | 6310 | | |
6311 | | - | |
6312 | | - | |
6313 | | - | |
6314 | | - | |
6315 | | - | |
6316 | 6311 | | |
6317 | 6312 | | |
6318 | 6313 | | |
| |||
0 commit comments