c646840654
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>