Skip to content

Commit

Permalink
Merge pull request #6535 from nextcloud/fix/make-git-clean
Browse files Browse the repository at this point in the history
enh(make): clean-git even if js or css directory do not exist
  • Loading branch information
juliusknorr authored Oct 14, 2024
2 parents cd75c68 + f912e18 commit 40ef60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ clean-dev:
rm -rf node_modules

clean-git:
rm -r js/
rm -r css/
rm -rf js/
rm -rf css/
git checkout -- js/ css/

0 comments on commit 40ef60a

Please sign in to comment.