diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ca39279..6d9da14 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Build @bytelyst/* packages working-directory: /Users/sd9235/code/mygh/learning_ai_common_plat - run: pnpm install --frozen-lockfile && pnpm build + run: pnpm install --frozen-lockfile && pnpm -r --filter './packages/**' build - name: Install workspace dependencies run: pnpm install --frozen-lockfile @@ -51,7 +51,7 @@ jobs: - name: Build @bytelyst/* packages working-directory: /Users/sd9235/code/mygh/learning_ai_common_plat - run: pnpm install --frozen-lockfile && pnpm build + run: pnpm install --frozen-lockfile && pnpm -r --filter './packages/**' build - name: Install workspace dependencies run: pnpm install --frozen-lockfile @@ -77,7 +77,7 @@ jobs: - name: Build @bytelyst/* packages working-directory: /Users/sd9235/code/mygh/learning_ai_common_plat - run: pnpm install --frozen-lockfile && pnpm build + run: pnpm install --frozen-lockfile && pnpm -r --filter './packages/**' build - name: Install workspace dependencies run: pnpm install --frozen-lockfile