Skip to content

Commit

Permalink
test: simplify lint patterns after removing binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
raphinesse committed Oct 19, 2020
1 parent 837857d commit 6b8185a
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 @@ -12,7 +12,7 @@
],
"scripts": {
"test": "npm run lint && npm run cover && npm run java-unit-tests",
"lint": "eslint . \"bin/**/!(*.*|gitignore)\"",
"lint": "eslint . bin/templates/cordova/version",
"unit-tests": "jasmine --config=spec/unit/jasmine.json",
"cover": "nyc jasmine --config=spec/coverage.json",
"e2e-tests": "jasmine --config=spec/e2e/jasmine.json",
Expand Down

0 comments on commit 6b8185a

Please sign in to comment.