Skip to content

Commit 0c40f2b

Browse files
committed
chore: remove amrbashir/trunk fork and suggest original trunk
1 parent 5d4a552 commit 0c40f2b

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.changes/remove-trunk-fork.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"create-tauri-app": "patch"
3+
"create-tauri-app-js": "patch"
4+
---
5+
6+
Suggest installing `trunk` for `--alpha` templates instead of `amrbashir/trunk` fork as the new version contains all the need features from the fork.
7+

packages/cli/src/deps.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,7 @@ pub fn print_missing_deps(pkg_manager: PackageManager, template: Template, alpha
185185
),
186186
(
187187
"Trunk",
188-
if alpha {
189-
format!("Run `{BLUE}{BOLD}cargo install trunk --git https://github.com/amrbashir/trunk{RESET}`")
190-
} else {
191-
format!("Run `{BLUE}{BOLD}cargo install trunk{RESET}`")
192-
},
188+
format!("Run `{BLUE}{BOLD}cargo install trunk{RESET}`"),
193189
&is_trunk_installed,
194190
pkg_manager.is_node() || !template.needs_trunk(),
195191
),

0 commit comments

Comments
 (0)