mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-14 22:20:53 +00:00
Implement platform agnostic directory deletion
This commit is contained in:
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
- name: Remove dist/ Directory
|
||||
id: remove-dist
|
||||
run: rm -rf ./dist/
|
||||
run: npx rimraf ./dist
|
||||
|
||||
- name: Install Dependencies
|
||||
id: install
|
||||
|
||||
Reference in New Issue
Block a user