fix(ci): remove stale common-plat build step — packages from Gitea registry now

This commit is contained in:
saravanakumardb1 2026-03-24 05:54:50 -07:00
parent 33f9379f4a
commit 41477323df

View File

@ -23,9 +23,6 @@ jobs:
- name: Pull latest
run: git pull --ff-only origin main || true
- name: Build @bytelyst/* packages
working-directory: /Users/sd9235/code/mygh/learning_ai_common_plat
run: pnpm -r --filter './packages/**' build
- name: Install workspace dependencies
run: HUSKY=0 pnpm install --frozen-lockfile
@ -49,9 +46,6 @@ jobs:
- name: Pull latest
run: git pull --ff-only origin main || true
- name: Build @bytelyst/* packages
working-directory: /Users/sd9235/code/mygh/learning_ai_common_plat
run: pnpm -r --filter './packages/**' build
- name: Install workspace dependencies
run: HUSKY=0 pnpm install --frozen-lockfile
@ -75,9 +69,6 @@ jobs:
- name: Pull latest
run: git pull --ff-only origin main || true
- name: Build @bytelyst/* packages
working-directory: /Users/sd9235/code/mygh/learning_ai_common_plat
run: pnpm -r --filter './packages/**' build
- name: Install workspace dependencies
run: HUSKY=0 pnpm install --frozen-lockfile