-
Notifications
You must be signed in to change notification settings - Fork 619
fix postbuild cache #5332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix postbuild cache #5332
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5332 +/- ##
=======================================
Coverage 45.75% 45.75%
=======================================
Files 1069 1069
Lines 55606 55606
Branches 4074 4074
=======================================
Hits 25444 25444
Misses 29473 29473
Partials 689 689
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
272b324 to
a14440a
Compare
a14440a to
1f1243a
Compare
1f1243a to
0ad80db
Compare

PR-Codex overview
This PR focuses on enhancing the build process in the
turbo.jsonandpackage.jsonfiles. It adds a newpostbuildstep that includes additional outputs and modifies the existingpostbuildcommand to runnext-sitemapafter extracting search data.Detailed summary
postbuildsection inturbo.jsonwith dependencies and outputs.postbuildcommand inapps/portal/package.jsonto runnext-sitemapafterextract-search-data.extract-search-datacommand without changes.