Skip to content

Commit

Permalink
fix: change order in lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Oct 7, 2020
1 parent f44fd21 commit 10b2679
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 @@ -27,7 +27,7 @@
"scripts": {
"clean": "rm -rf target",
"compile": "tsc --build",
"lint": "eslint --ext ts src test",
"lint": "eslint src test --ext '.ts'",
"test:unit": "mocha test/unit/**/*.test.*",
"test:unit:coverage": "nyc mocha test/unit/**/*.test.*",
"test:integration": "TS_NODE_PROJECT=tsconfig.base.json mocha test/integration/**/*.test.*"
Expand Down

0 comments on commit 10b2679

Please sign in to comment.