We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d8bf0 commit 5b607e5Copy full SHA for 5b607e5
package.json
@@ -12,8 +12,8 @@
12
"scripts": {
13
"start": "./bin/github-listener",
14
"lint": "jshint .",
15
- "test": "npm run lint && tape tests/*.js | tap-spec",
16
- "coverage": "istanbul cover tape tests/*.js",
+ "test": "npm run lint && tape test/*.js | tap-spec",
+ "coverage": "istanbul cover tape test/*.js",
17
"coverage:report": "codeclimate-test-reporter < ./coverage/lcov.info",
18
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
19
},
0 commit comments