Skip to content

Commit

Permalink
Fix 'make test' target so that dist is built.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 5, 2020
1 parent 47ef9d7 commit 5822cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ update-spec:
curl 'https://raw.githubusercontent.com/jgm/CommonMark/master/spec.txt' > $(SPEC)

test: $(SPEC)
npm test
npm build && npm test

bench:
node bench/bench.js ${BENCHINP}
Expand Down

0 comments on commit 5822cc0

Please sign in to comment.