Skip to content

Commit a8af15d

Browse files
committed
fix: Useless usage of npx
1 parent 1282cfb commit a8af15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "npm run lint && npm run compile",
77
"compile": "tsc",
8-
"lint": "npx eslint --ext .ts src"
8+
"lint": "eslint --ext .ts src"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)