Skip to content

Commit 942c48f

Browse files
run project tracker after reproducible command
1 parent ad08a33 commit 942c48f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/witty-nails-tie.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-better-t-stack": patch
3+
---
4+
5+
run project tracker after reproducible command

apps/cli/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ async function main() {
198198

199199
await createProject(config);
200200

201-
await trackProjectCreation(config);
202-
203201
const reproducibleCommand = generateReproducibleCommand(config);
204202

205203
log.success(
@@ -208,6 +206,8 @@ async function main() {
208206
),
209207
);
210208

209+
await trackProjectCreation(config);
210+
211211
const elapsedTimeInSeconds = ((Date.now() - startTime) / 1000).toFixed(2);
212212
outro(
213213
pc.magenta(

0 commit comments

Comments
 (0)