Call tsc --noEmit
also for backend/client (#9316)
This commit is contained in:

committed by
GitHub

parent
051cbec05f
commit
f30d54fe88
@@ -4,7 +4,7 @@
|
||||
"scripts": {
|
||||
"watch": "vite build --watch --mode development",
|
||||
"build": "vite build",
|
||||
"lint": "eslint --quiet \"src/**/*.{ts,vue}\""
|
||||
"lint": "tsc --noEmit && eslint --quiet \"src/**/*.{ts,vue}\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordapp/twemoji": "14.0.2",
|
||||
|
Reference in New Issue
Block a user