diff --git a/webui/package.json b/webui/package.json index 8b17164..db03428 100644 --- a/webui/package.json +++ b/webui/package.json @@ -12,7 +12,10 @@ "preview": "vite preview", "test": "vitest", "test:ui": "vitest --ui", - "test:run": "vitest run" + "test:run": "vitest run", + "type-check": "tsc --noEmit", + "lint": "eslint . --ext .ts,.tsx", + "lint:fix": "eslint . --ext .ts,.tsx --fix" }, "dependencies": { "@radix-ui/react-checkbox": "^1.3.2",