Skip to content

Commit

Permalink
add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
steinerkelvin committed Jun 26, 2024
1 parent 0d3838f commit 1a58cde
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.PHONY: check build

check:
pnpm run typecheck
pnpm run lint

build:
pnpm run build

0 comments on commit 1a58cde

Please sign in to comment.