Skip to content

Commit a3723b0

Browse files
committed
fix: use fs-extra for move
1 parent c2c30d9 commit a3723b0

File tree

12 files changed

+52
-14
lines changed

12 files changed

+52
-14
lines changed

cspell.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ words:
2121
- bazel
2222
- bazelisk
2323
- biome
24+
- mkdirp
2425
- biomejs
2526
- buildtools
2627
- caxa

dist/legacy/assets/actions_python-Czj4ScEf.js renamed to dist/legacy/assets/actions_python-Dd4yvI9c.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/assets/actions_python-Czj4ScEf.js.map renamed to dist/legacy/assets/actions_python-Dd4yvI9c.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modern/assets/actions_python-C5ar-1oi.mjs renamed to dist/modern/assets/actions_python-NQlJj7Cn.mjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/modern/assets/actions_python-C5ar-1oi.mjs.map renamed to dist/modern/assets/actions_python-NQlJj7Cn.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modern/setup-cpp.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/modern/setup-cpp.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"@types/cross-spawn": "^6.0.6",
8484
"@types/escape-quotes": "~1.0.0",
8585
"@types/eslint": "^9.6.1",
86+
"@types/fs-extra": "^11.0.4",
8687
"@types/iarna__toml": "~2.0.5",
8788
"@types/jest": "^29.5.14",
8889
"@types/memoizee": "^0.4.11",
@@ -107,6 +108,7 @@
107108
"eslint-config-atomic": "^1.22.1",
108109
"exec-powershell": "workspace:*",
109110
"execa": "^7",
111+
"fs-extra": "^11.3.0",
110112
"is-url-online": "^1.5.0",
111113
"jest": "^29.7.0",
112114
"lefthook": "^1.10.3",
@@ -186,7 +188,8 @@
186188
"untildify-user",
187189
"util.types",
188190
"web-streams-polyfill",
189-
"timers-browserify"
191+
"timers-browserify",
192+
"fs-extra"
190193
],
191194
"engines": {
192195
"node": ">=12.x",

0 commit comments

Comments
 (0)