Skip to content

Commit

Permalink
chore: Add clean target to make file (oras-project#336)
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Howe <[email protected]>
  • Loading branch information
Terry Howe authored Jun 6, 2024
1 parent a25aa1c commit 96797bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ serve: build
npm run serve

.PHONY: server
server: server
server:
npm run serve

.PHONY: clean
clean:
npm run clear

0 comments on commit 96797bc

Please sign in to comment.