Call tsc --noEmit also for backend/client (#9316)

This commit is contained in:
Kagami Sascha Rosylight
2022-12-13 00:40:30 +09:00
committed by GitHub
parent 051cbec05f
commit f30d54fe88
2 changed files with 2 additions and 2 deletions

View File

@@ -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",