Skip to content

Commit

Permalink
run lint after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Jan 31, 2022
1 parent 4576fb2 commit 9c98fc3
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 @@ -13,7 +13,7 @@
},
"scripts": {
"lint": "eslint --ext .js --max-warnings 0 .",
"test": "run-p test:*",
"test": "run-p test:* && npm run lint",
"test:src": "node test/index.js",
"test:types": "tsc test/types.ts --noEmit"
},
Expand Down

0 comments on commit 9c98fc3

Please sign in to comment.