Skip to content

Commit

Permalink
build: fix arg ordering in rm command
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwremmel committed Jun 10, 2024
1 parent 38e557a commit 37c56c6
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 @@ -46,7 +46,7 @@ all:
$(NPX) nx run-many --target build

clean:
rm .nx/cache -rf examples/*/.aws-sam packages/*/*/dist
rm -rf .nx/cache examples/*/.aws-sam packages/*/*/dist

################################################################################
## Helpers
Expand Down

0 comments on commit 37c56c6

Please sign in to comment.