We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef01f2 commit 6422ab8Copy full SHA for 6422ab8
1 file changed
api/package.json
@@ -4,8 +4,8 @@
4
"scripts": {
5
"dev": "vite",
6
"build": "vite build",
7
- "preview": "vite preview",
8
- "test": "tsc --noEmit && eslint ."
+ "lint": "eslint .",
+ "test": "tsc --noEmit && npm run lint"
9
},
10
"dependencies": {
11
"@moddota/dota-data": "^0.45.0",
0 commit comments