Skip to content

Commit

Permalink
Make doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Oct 20, 2020
1 parent 7844da4 commit 8e51e84
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 @@ -10,7 +10,7 @@ coverage: build # measures test coverage
node_modules/.bin/nyc node_modules/.bin/mocha --require source-map-support/register src/test.ts
node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls

docs: # runs the documentation tests
doc: # runs the documentation tests
node_modules/.bin/text-run --offline --format dot

fix: # runs the fixers
Expand Down

0 comments on commit 8e51e84

Please sign in to comment.