diff --git a/pkgs/webview-ui/app/package.json b/pkgs/webview-ui/app/package.json index 6f299343..2385683f 100644 --- a/pkgs/webview-ui/app/package.json +++ b/pkgs/webview-ui/app/package.json @@ -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"