Rollup merge of #144315 - lolbinarycat:bootstrap-dist-package.json, r=Kobzol

bootstrap: add package.json and package-lock.json to dist tarball

this ensures that js-related tests can still be run from within such a dist tarball.

followup to rust-lang/rust#142924

r? ```````@Kobzol```````
This commit is contained in:
Matthias Krüger 2025-07-23 15:59:33 +02:00 committed by GitHub
commit d444815a31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1068,6 +1068,8 @@ impl Step for PlainSourceTarball {
"bootstrap.example.toml",
"configure",
"license-metadata.json",
"package-lock.json",
"package.json",
"x",
"x.ps1",
"x.py",