Skip to content

Commit faa51b5

Browse files
committed
[Tests] ensure bin/tape is linted
1 parent f299759 commit faa51b5

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
@@ -41,7 +41,7 @@
4141
"prepublishOnly": "safe-publish-latest",
4242
"prepublish": "not-in-publish || npm run prepublishOnly",
4343
"prelint": "eclint check",
44-
"lint": "eslint .",
44+
"lint": "eslint . bin/*",
4545
"pretest": "npm run lint",
4646
"test": "npm run tests-only",
4747
"posttest": "aud --production",

0 commit comments

Comments
 (0)