Skip to content

Commit

Permalink
chore: add test target
Browse files Browse the repository at this point in the history
  • Loading branch information
mgred committed Nov 2, 2023
1 parent 5b4ae97 commit ebc7b7f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ $(STYLES):
@curl -s -L https://gist.githubusercontent.com/killercup/5917178/raw/40840de5352083adb2693dc742e9f75dbb18650f/pandoc.css \
> $@

release: $(ARTIFACT)
.PHONY: test
test:
tsc -p .

.PHONY: release
release: test $(ARTIFACT)
$(ARTIFACT): $(TYPES) $(README) LICENSE package.json
tar cf $@ $?

Expand Down

0 comments on commit ebc7b7f

Please sign in to comment.