Files
Samuel Newman c646840654 Fix CI: use git reset --hard for reliable base commit restore
The previous approach using git reset HEAD~ followed by git restore .
wasn't reliably restoring the package.json to the base commit state,
causing "Command not found" errors when trying to run
generate-webpack-stats-file.

Using --hard ensures all tracked files are forcefully reset to the
base commit state. Also added --force to yarn install to ensure a
clean reinstall after the reset.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 16:41:06 +02:00
..
2026-01-09 08:45:38 -08:00
2025-07-24 17:07:11 -03:00
2025-12-22 19:21:17 -08:00