[PR #843] [MERGED] chore: build before releaes #905

Closed
opened 2026-02-16 00:19:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/843
Author: @marcusschiesser
Created: 8/5/2025
Status: Merged
Merged: 8/5/2025
Merged by: @AstraBert

Base: mainHead: ms/add-build


📝 Commits (4)

  • cc567d6 chore: add e2e tests and use monorepo for TS
  • b82031e chore: build main package to run e2e tests
  • 6c548cd chore: add build before releasing
  • 79c32cc fix linting

📊 Changes

14 files changed (+3504 additions, -4467 deletions)

View changed files

📝 .github/workflows/lint_ts.yml (+0 -1)
📝 .github/workflows/release_ts.yml (+4 -1)
📝 .github/workflows/test_ts.yml (+7 -2)
📝 .pre-commit-config.yaml (+3 -3)
📝 pnpm-lock.yaml (+3337 -898)
pnpm-workspace.yaml (+2 -0)
ts/e2e-tests/package.json (+23 -0)
ts/e2e-tests/src/index.e2e.ts (+38 -0)
ts/e2e-tests/src/tsconfig.bundler.json (+14 -0)
ts/e2e-tests/src/tsconfig.node.json (+14 -0)
ts/e2e-tests/src/tsconfig.node16.json (+14 -0)
ts/e2e-tests/src/tsconfig.nodenext.json (+14 -0)
ts/e2e-tests/tsconfig.json (+34 -0)
ts/llama_cloud_services/pnpm-lock.yaml (+0 -3562)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_cloud_services/pull/843 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/5/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `ms/add-build` --- ### 📝 Commits (4) - [`cc567d6`](https://github.com/run-llama/llama_cloud_services/commit/cc567d60234d9acf87b75b69001a19a639de2df5) chore: add e2e tests and use monorepo for TS - [`b82031e`](https://github.com/run-llama/llama_cloud_services/commit/b82031eb6434af4c0fa5a3d4605125dc406069b9) chore: build main package to run e2e tests - [`6c548cd`](https://github.com/run-llama/llama_cloud_services/commit/6c548cd317cf8769852f9a69f46680ab163bdcf9) chore: add build before releasing - [`79c32cc`](https://github.com/run-llama/llama_cloud_services/commit/79c32ccb5f0038d2456c55f7b5f64d44026126cb) fix linting ### 📊 Changes **14 files changed** (+3504 additions, -4467 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/lint_ts.yml` (+0 -1) 📝 `.github/workflows/release_ts.yml` (+4 -1) 📝 `.github/workflows/test_ts.yml` (+7 -2) 📝 `.pre-commit-config.yaml` (+3 -3) 📝 `pnpm-lock.yaml` (+3337 -898) ➕ `pnpm-workspace.yaml` (+2 -0) ➕ `ts/e2e-tests/package.json` (+23 -0) ➕ `ts/e2e-tests/src/index.e2e.ts` (+38 -0) ➕ `ts/e2e-tests/src/tsconfig.bundler.json` (+14 -0) ➕ `ts/e2e-tests/src/tsconfig.node.json` (+14 -0) ➕ `ts/e2e-tests/src/tsconfig.node16.json` (+14 -0) ➕ `ts/e2e-tests/src/tsconfig.nodenext.json` (+14 -0) ➕ `ts/e2e-tests/tsconfig.json` (+34 -0) ➖ `ts/llama_cloud_services/pnpm-lock.yaml` (+0 -3562) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:19:29 -05:00
yindo closed this issue 2026-02-16 00:19:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#905