[PR #1293] [MERGED] chore: use 'vitest run' to unblock release script #1360

Closed
opened 2026-02-15 20:15:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1293
Author: @hntrl
Created: 6/17/2025
Status: Merged
Merged: 6/17/2025
Merged by: @dqbd

Base: mainHead: hunter/test-script-fixes


📝 Commits (1)

  • 3e25b75 chore: use 'vitest run' to unblock release script

📊 Changes

2 files changed (+4 additions, -6 deletions)

View changed files

📝 libs/checkpoint/package.json (+2 -3)
📝 libs/langgraph/package.json (+2 -3)

📄 Description

Fixes an issue that blocks the release script from continuing after tests passed.

We changed the test scripts to enter into vitest watch mode by default, so in order to release you had to add CI=true to tell vitest that it shouldn't do that.


🔄 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/langchain-ai/langgraphjs/pull/1293 **Author:** [@hntrl](https://github.com/hntrl) **Created:** 6/17/2025 **Status:** ✅ Merged **Merged:** 6/17/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `hunter/test-script-fixes` --- ### 📝 Commits (1) - [`3e25b75`](https://github.com/langchain-ai/langgraphjs/commit/3e25b75c0f0ac1b893f9cfb91a9be2299aa3a66e) chore: use 'vitest run' to unblock release script ### 📊 Changes **2 files changed** (+4 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint/package.json` (+2 -3) 📝 `libs/langgraph/package.json` (+2 -3) </details> ### 📄 Description Fixes an issue that blocks the release script from continuing after tests passed. We changed the `test` scripts to enter into vitest watch mode by default, so in order to release you had to add `CI=true` to tell vitest that it shouldn't do that. --- <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-15 20:15:25 -05:00
yindo closed this issue 2026-02-15 20:15:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1360