Skip to content

Commit

Permalink
[Tests] ensure bin/tape is linted
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 23, 2019
1 parent f299759 commit faa51b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prelint": "eclint check",
"lint": "eslint .",
"lint": "eslint . bin/*",
"pretest": "npm run lint",
"test": "npm run tests-only",
"posttest": "aud --production",
Expand Down

0 comments on commit faa51b5

Please sign in to comment.