Skip to content

Commit

Permalink
Add eslint to npm test
Browse files Browse the repository at this point in the history
This will make it easier for folks to catch errors as they work.
  • Loading branch information
lencioni committed Jun 9, 2024
1 parent fd0c5e7 commit bc3bd79
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 @@ -16,7 +16,7 @@
"prepublish": "npm run clean && npm run build",
"prettier": "prettier --write .",
"preversion": "npm run clean && npm run build && npm test",
"test": "npm run --silent prettier && npm run --silent jest",
"test": "npm run --silent prettier && npm run --silent eslint && npm run --silent jest",
"test:cover": "npm run --silent jest:cover"
},
"repository": {
Expand Down

0 comments on commit bc3bd79

Please sign in to comment.