Skip to content

Commit 1e05e13

Browse files
Rollup merge of rust-lang#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#142924 r? ``````@Kobzol``````
2 parents dc6267c + 25bbaf0 commit 1e05e13

File tree

1 file changed

+2
-0
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+2
-0
lines changed

src/bootstrap/src/core/build_steps/dist.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,8 @@ impl Step for PlainSourceTarball {
10681068
"bootstrap.example.toml",
10691069
"configure",
10701070
"license-metadata.json",
1071+
"package-lock.json",
1072+
"package.json",
10711073
"x",
10721074
"x.ps1",
10731075
"x.py",

0 commit comments

Comments
 (0)