Skip to content

Commit

Permalink
[CONFIG] clean action fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-gon committed Mar 5, 2025
1 parent e57835a commit 9dd8939
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ env:
@echo "################################################################################"

clean:
npm run jest:clean
rm -vfr ./coverage
rm -vfr ./dist
rm -vfr ./node_modules
${NPM} run jest:clean || true
rm -vfr ./dist || true
rm -vfr ./node_modules || true
rm -vfr ./coverage || true
mkdir -p ./coverage
touch ./coverage/.gitkeep

Expand Down

0 comments on commit 9dd8939

Please sign in to comment.