clan ui: add check to build script

This commit is contained in:
Johannes Kirschbauer
2024-05-21 10:09:05 +02:00
parent d174fbd445
commit e9b0ce6a78

View File

@@ -5,7 +5,7 @@
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build && npm run convert-html",
"build": "npm run check && vite build && npm run convert-html",
"convert-html": "node gtk.webview.js",
"serve": "vite preview",
"check": "tsc --noEmit --skipLibCheck"