-
Notifications
You must be signed in to change notification settings - Fork 27k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use next-swc from branch for PR size stats (#66964)
Currently, PR stats are always downloading published binaries: > cd /tmp/next-statsJoJEbE/stats-app && NEXT_TELEMETRY_DISABLED=1 pnpm next build > [...] > Downloading swc package @next/swc-linux-x64-gnu... -- https://github.com/vercel/next.js/actions/runs/9505097022/job/26199227309#step:7:1713 ## test plan - [x] Makes #66711 go green - [x] `GIT_ROOT_DIR=https://github.com/ GITHUB_REPOSITORY=vercel/next.js GITHUB_REF=sebbie/06-10-update_react_from_1df34bdf62_to_20b6f4c0e8 GITHUB_ACTION=synchronize node .github/actions/next-stats-action/src/index.js` completes `pnpm build` (but fails afterwards locally which is expected)
- Loading branch information
Showing
3 changed files
with
18 additions
and
3 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,4 @@ | ||
# Ignore everything in this directory | ||
* | ||
# Except this file | ||
!.gitignore |
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