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:
commit
d444815a31
1 changed files with 2 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue