Skip to content

Commit

Permalink
added lint script for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thelaughinglama committed Sep 15, 2024
1 parent 3e2fe59 commit 5871893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"scripts": {
"build": "tsc",
"test": "jest --detectOpenHandles",
"start": "node dist/index.js"
"start": "node dist/index.js",
"lint": "eslint ."
},
"dependencies": {
"bullmq": "^5.13.0",
Expand Down

0 comments on commit 5871893

Please sign in to comment.