fix(ci): remove stale common-plat build step — packages from Gitea registry now
This commit is contained in:
parent
bfbca2b820
commit
3b32b78c35
@ -24,9 +24,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
|
||||
@ -47,9 +44,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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user