mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 03:17:53 +00:00
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
@ -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…
x
Reference in New Issue
Block a user