Skip to content

Commit

Permalink
chore: add type check for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tutinoko2048 committed Oct 3, 2023
1 parent 28b3ce9 commit 779d595
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 @@ -8,7 +8,7 @@
"typings": "src/types/index.d.ts",
"scripts": {
"start": "node src/index.js",
"lint": "eslint src/ scripts/"
"lint": "eslint src/ scripts/ & tsc"
},
"dependencies": {
"@akki256/discord-interaction": "^3.1.0",
Expand Down

0 comments on commit 779d595

Please sign in to comment.