We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad08a33 commit 942c48fCopy full SHA for 942c48f
.changeset/witty-nails-tie.md
@@ -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
@@ -198,8 +198,6 @@ async function main() {
198
199
await createProject(config);
200
201
- await trackProjectCreation(config);
202
-
203
const reproducibleCommand = generateReproducibleCommand(config);
204
205
log.success(
@@ -208,6 +206,8 @@ async function main() {
208
206
),
209
207
);
210
+ await trackProjectCreation(config);
211
const elapsedTimeInSeconds = ((Date.now() - startTime) / 1000).toFixed(2);
212
outro(
213
pc.magenta(
0 commit comments