fix(install): tarball extracting bugfix (#11864)

Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
Dylan Conway
2024-06-15 00:22:16 -07:00
committed by GitHub
parent eedb3e530c
commit fa952b163c
14 changed files with 357 additions and 182 deletions

View File

@@ -433,9 +433,9 @@ pub const CreateCommand = struct {
&archive_context,
void,
{},
1,
false,
false,
.{
.depth_to_skip = 1,
},
);
if (!create_options.skip_package_json) {