We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37dcf7 commit f780d55Copy full SHA for f780d55
4 files changed
.github/workflows/check-dist.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Remove dist/ Directory
41
id: remove-dist
42
- run: rm -rf ./dist/
+ run: npx rimraf ./dist
43
44
- name: Install Dependencies
45
id: install
0 commit comments