Skip to content

Commit

Permalink
ci: fix linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Dec 26, 2021
1 parent 1f33c5e commit 9108d8d
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 @@ -17,7 +17,7 @@
"author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
"main": "./lib/binet.js",
"scripts": {
"lint": "eslint lib/ test/ || exit 0",
"lint": "eslint lib/ test/",
"test": "bmocha --reporter spec test/*-test.js",
"test-ci": "nyc --reporter lcov bmocha -- --reporter spec test/*.js"
},
Expand Down

0 comments on commit 9108d8d

Please sign in to comment.