File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8686 with :
8787 filters : |
8888 ui:
89- - 'packages/ui-next /**'
89+ - 'packages/ui/**'
9090 - 'packages/keychain/**'
9191 - '**/package.json'
9292 - '**/pnpm-lock.yaml'
@@ -146,7 +146,7 @@ jobs:
146146
147147 # Check both packages
148148 check_snapshots "keychain" "packages/keychain/__image_snapshots__"
149- check_snapshots "ui-next " "packages/ui-next /__image_snapshots__"
149+ check_snapshots "ui" "packages/ui/__image_snapshots__"
150150
151151 # Set environment variables
152152 if [ -s diff_info.txt ]; then
@@ -194,7 +194,7 @@ jobs:
194194
195195 // Group changes by package and type
196196 const changes = {
197- 'ui-next ': { diffs: [], updates: [] },
197+ 'ui': { diffs: [], updates: [] },
198198 'keychain': { diffs: [], updates: [] }
199199 };
200200
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ WORKDIR /app
3232# Copy package files for installation
3333COPY package.json pnpm-lock.yaml ./
3434COPY packages/keychain/package.json ./packages/keychain/
35- COPY packages/ui-next /package.json ./packages/ui-next /
35+ COPY packages/ui/package.json ./packages/ui/
3636
3737# Install dependencies
3838RUN pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 55### Storybook
66
77``` sh
8- pnpm ui:next storybook
8+ pnpm ui storybook
99```
1010
1111### Generate shadcn component
1212
1313``` sh
14- cd packages/ui-next
14+ cd packages/ui
1515pnpm dlx shadcn-ui@latest add < component-name>
1616pnpm format
1717```
You can’t perform that action at this time.
0 commit comments