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:
5
.changeset/witty-nails-tie.md
Normal file
5
.changeset/witty-nails-tie.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"create-better-t-stack": patch
|
||||
---
|
||||
|
||||
run project tracker after reproducible command
|
||||
@@ -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