[PR #6320] [MERGED] chore: simplify turbo command syntax #32191

Closed
opened 2026-04-17 23:02:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6320
Author: @bytaesu
Created: 11/26/2025
Status: Merged
Merged: 11/26/2025
Merged by: @himself65

Base: canaryHead: 2025-11-26/chore/cleanup-turbo-commands


📝 Commits (1)

  • 40f5d01 chore: simplify turbo command syntax

📊 Changes

1 file changed (+9 additions, -9 deletions)

View changed files

📝 package.json (+9 -9)

📄 Description

Follow official example syntax https://turborepo.com/docs/reference/run#advanced-filtering-examples

Summary by cubic

Simplified Turbo script syntax in package.json to use command-first form with explicit filters. Improves readability and avoids shell quoting issues with no behavior change.

  • Refactors
    • Switched to "turbo --filter=…" across build, dev, clean, lint:packages, release, test, and e2e scripts.
    • Removed quoted filter strings and standardized multiple filters (e.g., test) for cross-shell consistency.

Written for commit 40f5d01bdb. Summary will update automatically on new commits.


🔄 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/better-auth/better-auth/pull/6320 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 11/26/2025 **Status:** ✅ Merged **Merged:** 11/26/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `2025-11-26/chore/cleanup-turbo-commands` --- ### 📝 Commits (1) - [`40f5d01`](https://github.com/better-auth/better-auth/commit/40f5d01bdb4508f7309365735c5e34223cbdaf31) chore: simplify turbo command syntax ### 📊 Changes **1 file changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+9 -9) </details> ### 📄 Description Follow official example syntax https://turborepo.com/docs/reference/run#advanced-filtering-examples <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Simplified Turbo script syntax in package.json to use command-first form with explicit filters. Improves readability and avoids shell quoting issues with no behavior change. - **Refactors** - Switched to "turbo <command> --filter=…" across build, dev, clean, lint:packages, release, test, and e2e scripts. - Removed quoted filter strings and standardized multiple filters (e.g., test) for cross-shell consistency. <sup>Written for commit 40f5d01bdb4508f7309365735c5e34223cbdaf31. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 23:02:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#32191