Revert test command

This commit is contained in:
Alberto Gimeno
2018-11-05 11:58:06 +01:00
parent a65eb58d24
commit 05227a0435

View File

@@ -13,7 +13,7 @@
"start": "node ./bin/probot run",
"lint": "tslint --project test",
"test:watch": "jest --watch --notify",
"test": "jest --coverage && npm run lint && npm run doc-lint",
"test": "tsc --noEmit -p test && jest --coverage && npm run lint && npm run doc-lint",
"doc-lint": "standard-markdown docs/",
"doc": "typedoc --options .typedoc.json",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",