Skip to content

Commit

Permalink
[UI v2] feat: Adds npm script to check only typescript types (#16995)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinvillarosa authored Feb 6, 2025
1 parent d860001 commit 0f092b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0f092b5

Please # to comment.