Skip to content

Commit

Permalink
fix: lint command error
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Sep 1, 2024
1 parent b620d9f commit 4056b8f
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 @@ -18,7 +18,7 @@
"type": "module",
"scripts": {
"ci": "tsx index.ts",
"lint": "tsc && eslint . --ext .ts"
"lint": "tsc --noEmit && eslint ."
},
"dependencies": {
"@actions/core": "^1.10.1",
Expand Down

0 comments on commit 4056b8f

Please sign in to comment.