Skip to content

Commit 3f684ad

Browse files
committed
Lint check as part of npm test
Lint check should be triggered before the tape tests.
1 parent 1ad8dfa commit 3f684ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"scripts": {
1010
"lint": "semistandard",
1111
"prepublish": "./downloadCurrentVersion.js && ./verifyVersion.js",
12+
"pretest": "npm run lint",
1213
"test": "tape ./test/index.js"
1314
},
1415
"repository": {

0 commit comments

Comments
 (0)