Skip to content

Commit a73c2f9

Browse files
committed
chore: remove run-turbo-gen (no longer needed)
1 parent eaa97a6 commit a73c2f9

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

.changeset/curvy-grapes-push.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@repo/tools': patch
3+
---
4+
5+
chore: remove run-turbo-gen (no longer needed)

Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ cs:
7676

7777
[group('3. generator')]
7878
gen *flags:
79-
bun run-turbo-gen {{flags}}
79+
bun turbo gen {{flags}}
8080

8181
[group('3. generator')]
8282
new-package *flags:
83-
bun run-turbo-gen new-package {{flags}}
83+
bun turbo gen new-package {{flags}}
8484

8585
# =============================== #
8686
# UTILITY COMMANDS #

packages/tools/bin/run-turbo-gen

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)