mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-16 02:44:19 +08:00
Revert test command
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user