Skip to content

Commit 9cc5e9b

Browse files
author
Mendes Hugo
committed
ci: fix cleaning before publishing
1 parent a76123a commit 9cc5e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-publish.yml

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

5353
# NPM pre-publish
5454
- name: Clean for build
55-
run: rm -r dist/
55+
run: rm -rf dist/
5656
- name: Build
5757
run: npm run build
5858

0 commit comments

Comments
 (0)