Skip to content

Commit f780d55

Browse files
committed
Implement platform agnostic directory deletion
1 parent c37dcf7 commit f780d55

File tree

4 files changed

+2
-27296
lines changed

4 files changed

+2
-27296
lines changed

.github/workflows/check-dist.yml

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

4040
- name: Remove dist/ Directory
4141
id: remove-dist
42-
run: rm -rf ./dist/
42+
run: npx rimraf ./dist
4343

4444
- name: Install Dependencies
4545
id: install

0 commit comments

Comments
 (0)