Skip to content

Commit cf4ac63

Browse files
committed
fix: re-add rimraf package
1 parent 74ae741 commit cf4ac63

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
test:
4040
needs: [setup]
41-
name: Test Packages (${{ matrix.node_version}}
41+
name: Test Packages (${{ matrix.node_version}})
4242
runs-on: ubuntu-latest
4343

4444
strategy:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"eslint-plugin-simple-import-sort": "~10.0.0",
7272
"eslint-plugin-unicorn": "~45.0.2",
7373
"prettier": "~2.8.4",
74+
"rimraf": "~4.1.2",
7475
"semantic-release": "~20.1.0",
7576
"tsx": "~3.12.3",
7677
"typedoc": "~0.23.25",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4164,6 +4164,7 @@ __metadata:
41644164
eslint-plugin-simple-import-sort: ~10.0.0
41654165
eslint-plugin-unicorn: ~45.0.2
41664166
prettier: ~2.8.4
4167+
rimraf: ~4.1.2
41674168
semantic-release: ~20.1.0
41684169
tsx: ~3.12.3
41694170
typedoc: ~0.23.25
@@ -6106,6 +6107,15 @@ __metadata:
61066107
languageName: node
61076108
linkType: hard
61086109

6110+
"rimraf@npm:~4.1.2":
6111+
version: 4.1.2
6112+
resolution: "rimraf@npm:4.1.2"
6113+
bin:
6114+
rimraf: dist/cjs/src/bin.js
6115+
checksum: 480b8147fd9bcbef3ac118f88a7b1169c3872977a3411a0c84df838bfc30e175a394c0db6f9619fc8b8a886a18c6d779d5e74f380a0075ecc710afaf81b3f50c
6116+
languageName: node
6117+
linkType: hard
6118+
61096119
"run-parallel@npm:^1.1.9":
61106120
version: 1.2.0
61116121
resolution: "run-parallel@npm:1.2.0"

0 commit comments

Comments
 (0)