-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cli] Collect diagnostics from builders during
vc build
(#11653)
Adds the ability for builders to define a `diagnostics` step that is called after the build operation is done (either failed or successful). Implements the diagnostics step in the next builder. **References** - vercel/next.js#66187
- Loading branch information
1 parent
7181dd0
commit 394eddb
Showing
4 changed files
with
71 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@vercel/build-utils': minor | ||
'@vercel/next': minor | ||
'vercel': minor | ||
--- | ||
|
||
Adds the ability for builders to define a `diagnostics` step that is called after the build operation is done. | ||
Implements the diagnostics step in the `next` builder. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters