1
0
forked from clan/clan-core

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
Signed by: hsjobeki
SSH Key Fingerprint: SHA256:vX3utDqig7Ph5L0JPv87ZTPb/w7cMzREKVZzzLFg9qU

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"