Skip to content

Commit 574131c

Browse files
fengmk2claude
andcommitted
docs: fix run-install default value to true in README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 56ccbb9 commit 574131c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ steps:
9393
| `version` | Version of @voidzero-dev/global to install | No | `latest` |
9494
| `registry` | Registry to install from: `npm` or `github` | No | `npm` |
9595
| `github-token` | GitHub PAT for GitHub Package Registry | No | - |
96-
| `run-install` | Run `vite install` after setup. Accepts boolean or YAML object with `cwd`/`args` | No | `false` |
96+
| `run-install` | Run `vite install` after setup. Accepts boolean or YAML object with `cwd`/`args` | No | `true` |
9797
| `cache` | Enable caching of project dependencies | No | `false` |
9898
| `cache-dependency-path` | Path to lock file for cache key generation | No | Auto-detected |
9999

0 commit comments

Comments
 (0)