Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit b03a9f1

Browse files
committed
fix: remove standard script call
1 parent 98f2138 commit b03a9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"keywords": ["validate", "commit", "pr", "conventional", "git", "probot-app"],
99
"scripts": {
1010
"start": "probot run ./index.js",
11-
"test": "mocha && standard"
11+
"test": "mocha"
1212
},
1313
"dependencies": {
1414
"@commitlint/config-angular": "^4.2.1",

0 commit comments

Comments
 (0)