diff options
| author | binarycat <binarycat@envs.net> | 2025-07-22 11:58:34 -0500 |
|---|---|---|
| committer | binarycat <binarycat@envs.net> | 2025-07-22 11:58:34 -0500 |
| commit | 25bbaf0d5cb212d2d163c244a3ead678bd93f462 (patch) | |
| tree | c39ea851cb29b895ad881dc59fd4e4f212e00401 /src/bootstrap | |
| parent | 35487a2e7c80012129c38f55c970109a1538c91f (diff) | |
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.
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/src/core/build_steps/dist.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/src/core/build_steps/dist.rs b/src/bootstrap/src/core/build_steps/dist.rs index 39e4fb2ac01..c8a54ad250c 100644 --- a/src/bootstrap/src/core/build_steps/dist.rs +++ b/src/bootstrap/src/core/build_steps/dist.rs @@ -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", |
