fix(ci): remove stale common-plat build step — packages from Gitea registry now
This commit is contained in:
parent
33f9379f4a
commit
41477323df
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user