Skip to content

Commit

Permalink
Refactor cleanup command in workflow file - #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Arash-Swan committed Dec 12, 2023
1 parent d2dcd01 commit 67c9e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swan_pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- uses: actions/checkout@v4

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

0 comments on commit 67c9e6e

Please sign in to comment.