diff --git a/ui-v2/package.json b/ui-v2/package.json index df415c712834..f2e76528dc6d 100644 --- a/ui-v2/package.json +++ b/ui-v2/package.json @@ -14,7 +14,8 @@ "preview": "vite preview", "service-sync": "uv run --with-editable ../. ../scripts/generate_oss_openapi_schema.py && npx openapi-typescript oss_schema.json -o src/api/prefect.ts && rm oss_schema.json", "storybook": "storybook dev -p 6006", - "build-storybook": "storybook build" + "build-storybook": "storybook build", + "validate:types": "tsc -b --noEmit" }, "dependencies": { "@codemirror/lang-json": "^6.0.1",