Skip to content

Commit

Permalink
Refactor cleanup command in workflow file - #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Arash-Swan committed Dec 12, 2023
1 parent 5733043 commit d2dcd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swan_pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Cleanup /dist directory
run: |
rm -rf ./dist/*
rm -rf ./dist/*
- name: Build the project
run: |
Expand Down

0 comments on commit d2dcd01

Please sign in to comment.