File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2727 },
2828 "scripts" : {
2929 "build" : " vite build" ,
30- "pretest" : " pnpm --filter @object-ui/types build && pnpm --filter @object-ui/core build && pnpm --filter @object-ui/react build" ,
30+ "prebuild" : " pnpm --filter @object-ui/types build && pnpm --filter @object-ui/core build && pnpm --filter @object-ui/react build" ,
31+ "pretest" : " pnpm run prebuild" ,
3132 "test" : " vitest run" ,
3233 "type-check" : " tsc --noEmit" ,
3334 "lint" : " eslint ." ,
3435 "storybook" : " storybook dev -p 6006" ,
35- "prebuild-storybook" : " pnpm --filter @object-ui/types build && pnpm --filter @object-ui/core build && pnpm --filter @object-ui/react build " ,
36+ "prebuild-storybook" : " pnpm run prebuild " ,
3637 "build-storybook" : " storybook build"
3738 },
3839 "dependencies" : {
You can’t perform that action at this time.
0 commit comments