run project tracker after reproducible command

This commit is contained in:
Aman Varshney
2025-05-31 01:44:39 +05:30
parent ad08a33dc1
commit 942c48f6ef
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
run project tracker after reproducible command

View File

@@ -198,8 +198,6 @@ async function main() {
await createProject(config);
await trackProjectCreation(config);
const reproducibleCommand = generateReproducibleCommand(config);
log.success(
@@ -208,6 +206,8 @@ async function main() {
),
);
await trackProjectCreation(config);
const elapsedTimeInSeconds = ((Date.now() - startTime) / 1000).toFixed(2);
outro(
pc.magenta(