create-tamagui 1.30.22 → 1.30.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19671,6 +19671,7 @@ var cloneStarter = async (template, resolvedProjectPath, projectName) => {
19671
19671
  );
19672
19672
  console.log();
19673
19673
  await (0, import_fs_extra.copy)(starterDir, resolvedProjectPath);
19674
+ (0, import_child_process.execSync)(`rm -rf ${resolvedProjectPath}/.git`);
19674
19675
  console.log(import_chalk5.default.green(`${projectName} created!`));
19675
19676
  console.log();
19676
19677
  };