Skip to content

Commit

Permalink
chore: change default goal to build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Jun 11, 2024
1 parent 77a083b commit f7e5556
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
@@ -1,4 +1,8 @@
.DEFAULT_GOAL := dev
.DEFAULT_GOAL := build

.PHONY: build
build: node_modules
pnpm exec tsc -b

.PHONY: dev
dev: node_modules
Expand Down

0 comments on commit f7e5556

Please sign in to comment.