diff --git a/README.md b/README.md index 75f3cf76c2..db19882f0a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Vite+ is the unified entry point for local web development. It combines [Vite](h - **`vp check`:** Run formatting, linting, and type checks in one command - **`vp test`:** Run tests through bundled Vitest - **`vp build`:** Build applications for production with Vite + Rolldown -- **`vp run`:** Execute monorepo tasks with caching and dependency-aware scheduling +- **`vp run`:** Run `package.json` scripts and monorepo tasks with caching and dependency-aware scheduling - **`vp pack`:** Build libraries for npm publishing or standalone app binaries - **`vp create` / `vp migrate`:** Scaffold new projects and migrate existing ones diff --git a/crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/migration_check/snapshots/migration_check.md b/crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/migration_check/snapshots/migration_check.md index 7b1e50b9e1..c1de7ffa38 100644 --- a/crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/migration_check/snapshots/migration_check.md +++ b/crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/migration_check/snapshots/migration_check.md @@ -56,8 +56,8 @@ Migration Prompt: Command mapping: - `vp run