Skip to content

Commit

Permalink
Remove unnecessary guard from make clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
samestep committed Oct 2, 2023
1 parent a2b5418 commit 48966e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ check: prettier

# delete build artifacts, but not dependencies or downloaded files
clean:
git clean -Xdf crates packages -e '!node_modules' -e '!*.png'
git clean -Xdf crates packages -e '!node_modules'

# do everything
all: build test check
Expand Down

0 comments on commit 48966e1

Please sign in to comment.