From 3427b0360a0400fc4527b3716e11ef5307bfdf00 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 21 May 2024 10:09:05 +0200 Subject: [PATCH] clan ui: add check to build script --- pkgs/webview-ui/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/webview-ui/app/package.json b/pkgs/webview-ui/app/package.json index 6f299343c..2385683ff 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"