Skip to content

Commit

Permalink
chore: added make clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed May 6, 2023
1 parent 3bc071c commit 6fb7bff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ all: test lint typecheck
browser:
@./bin/server --exec "npx open-cli http://127.0.0.1:8000/test/fetch-api/browser/"

.PHONY: clean
clean:
@rm -Rf node_modules dist

.PHONY: commit
commit:
npx cz
Expand Down

0 comments on commit 6fb7bff

Please sign in to comment.