Skip to content

Commit

Permalink
Makefile: Update build defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow committed Aug 22, 2023
1 parent 70e8737 commit d0f649c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
build:
tsc
tsc --project tsconfig.esm.json
size-limit

watch:
tsc -w
tsc --project tsconfig.esm.json -w

test:
jest
Expand Down

0 comments on commit d0f649c

Please sign in to comment.