Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Fixing lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Walter committed Apr 15, 2019
1 parent 2532814 commit 891d647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dist"
],
"scripts": {
"lint": "eslint index.js cli.js test",
"lint": "eslint index.js cli.js tests",
"pretest": "./cli.js && ./cli.js",
"test": "bff"
},
Expand Down

0 comments on commit 891d647

Please sign in to comment.