Commit b581409
Restore original order: generate README before package installation
Reverted to the original order where README generation happens BEFORE package installation. This avoids issues with Composer's autoloader being modified by package installation and then causing problems when spawning new processes.
The flow is now:
1. Scaffold tests
2. Generate README (using wp-cli.yml to load commands)
3. Scaffold GitHub files
4. Install package (if not skipped)
This way README generation works with launch=false and --path flag, and doesn't conflict with package installation.
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>1 parent 8059488 commit b581409
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
153 | 157 | | |
154 | 158 | | |
155 | 159 | | |
156 | 160 | | |
157 | 161 | | |
158 | 162 | | |
159 | 163 | | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments