mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
run project tracker after reproducible command
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user