File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2828 - name : Build packages
2929 run : |
3030 cd pkg/ui && pnpm build && cd ../..
31- cd pkg/auth && pnpm build && cd ../..
3231 cd pkg/commerce && pnpm build && cd ../..
3332 cd pkg/brand && pnpm build && cd ../..
3433 cd pkg/react && pnpm build && cd ../..
6665 - name : Build all packages
6766 run : |
6867 cd pkg/ui && pnpm build && cd ../..
69- cd pkg/auth && pnpm build && cd ../..
7068 cd pkg/commerce && pnpm build && cd ../..
7169 cd pkg/brand && pnpm build && cd ../..
7270 cd pkg/react && pnpm build && cd ../..
8886 SKIPPED_COUNT=0
8987 PUBLISHED_PACKAGES=""
9088
91- for package in ui auth commerce brand react; do
89+ for package in ui commerce brand react; do
9290 cd "pkg/$package"
9391
9492 CURRENT_VERSION=$(node -p "require('./package.json').version")
@@ -146,7 +144,7 @@ jobs:
146144
147145 ```bash
148146 # Install latest versions
149- npm install @hanzo/ui @hanzo/auth @hanzo/ commerce @hanzo/brand @hanzo/react
147+ npm install @hanzo/ui @hanzo/commerce @hanzo/brand @hanzo/react
150148 ```
151149 files : |
152150 CHANGELOG.md
You can’t perform that action at this time.
0 commit comments