File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Array.from(allComponents)
4343 const prEntry = prMap . get ( componentName ) ;
4444
4545 let displayName ;
46- if ( componentName . startsWith ( "components/" ) ) {
46+ if ( componentName . startsWith ( "packages/ components/" ) ) {
4747 const packageName = componentName . split ( "/" ) [ 1 ] ;
4848 displayName = `@vibe/${ packageName } ` ;
4949 } else {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const path = require("path");
33
44const rootPath = process . cwd ( ) ;
55const distIndexPath = path . join ( rootPath , "packages/core/dist/src/index.js" ) ;
6- const componentsPath = path . join ( rootPath , "components" ) ;
6+ const componentsPath = path . join ( rootPath , "packages/ components" ) ;
77const sizeLimitConfigPath = path . join ( rootPath , ".size-limit.js" ) ;
88
99function generateSizeLimitConfig ( ) {
You can’t perform that action at this time.
0 commit comments