Skip to content

Commit 1444c96

Browse files
Copilothotlong
andcommitted
Update pretest script to also build @object-ui/types for consistency
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 035bd17 commit 1444c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"scripts": {
2929
"build": "vite build",
30-
"pretest": "pnpm --filter @object-ui/core build && pnpm --filter @object-ui/react build",
30+
"pretest": "pnpm --filter @object-ui/types build && pnpm --filter @object-ui/core build && pnpm --filter @object-ui/react build",
3131
"test": "vitest run",
3232
"type-check": "tsc --noEmit",
3333
"lint": "eslint .",

0 commit comments

Comments
 (0)