next.js
5891da2d - fix(CI): Initialize non-existent bundler manifests (#75987)

Commit
317 days ago
fix(CI): Initialize non-existent bundler manifests (#75987) These jobs were failing because they first attempt to open the existing file to compare, and there was no pre-existing file: https://github.com/vercel/next.js/actions/workflows/rspack-update-tests-manifest.yml Fixed this by running: ``` echo '{}' > /home/bgw.linux/next.js/test/rspack-dev-tests-manifest.json echo '{}' > /home/bgw.linux/next.js/test/rspack-build-tests-manifest.json node test/build-rspack-dev-tests-manifest.js node test/build-rspack-build-tests-manifest.js ``` ![Screenshot 2025-02-12 at 3.25.10 PM.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/HAZVitxRNnZz8QMiPn4a/c6ee98a0-917f-447b-ac53-10996e2c7e7a.png)
Author
bgw bgw
Parents
Loading