Skip to content

Commit 6422ab8

Browse files
committed
fix api lint command
1 parent fef01f2 commit 6422ab8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"scripts": {
55
"dev": "vite",
66
"build": "vite build",
7-
"preview": "vite preview",
8-
"test": "tsc --noEmit && eslint ."
7+
"lint": "eslint .",
8+
"test": "tsc --noEmit && npm run lint"
99
},
1010
"dependencies": {
1111
"@moddota/dota-data": "^0.45.0",

0 commit comments

Comments
 (0)