Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I think I've done a types?? #459

Merged
merged 9 commits into from
Oct 27, 2019
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ test-node6: transpile

lint-ci:
eslint --ignore-pattern test/fixtures/* src test
prettier *.md
dtslint --expectOnly types

lint:
eslint --cache --fix .
prettier --write *.md
dtslint --expectOnly types

coverage-report:
nyc --reporter=lcovonly --reporter=text mocha test/server.js
Expand Down
Loading