diff --git a/apps/desktop-ui/package.json b/apps/desktop-ui/package.json index b8962395a3..a3d36f1a54 100644 --- a/apps/desktop-ui/package.json +++ b/apps/desktop-ui/package.json @@ -87,6 +87,8 @@ } }, "scripts": { + "lint": "nx run @comfyorg/desktop-ui:lint", + "typecheck": "nx run @comfyorg/desktop-ui:typecheck", "storybook": "storybook dev -p 6007", "build-storybook": "storybook build -o dist/storybook" }, diff --git a/apps/desktop-ui/src/components/install/InstallFooter.vue b/apps/desktop-ui/src/components/install/InstallFooter.vue index ef9ab698c9..4c93020227 100644 --- a/apps/desktop-ui/src/components/install/InstallFooter.vue +++ b/apps/desktop-ui/src/components/install/InstallFooter.vue @@ -40,7 +40,8 @@