Commit ab60c69
Restore accidentally removed webpack bundle cleanup steps in Pro CI
During rebase, the 'Remove old webpack bundles' step and the 'Restore test
webpack bundles from cache' step were accidentally removed from the Pro CI
workflow. These steps are essential for:
1. Cleaning old webpack bundles before tests
2. Restoring cached webpack bundles to speed up CI
This restores both steps to their original position in the workflow.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 189f414 commit ab60c69
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
221 | 237 | | |
222 | 238 | | |
223 | 239 | | |
| |||
0 commit comments