Skip to content

Commit ac619b7

Browse files
committed
refactor(global): install command without cache
1 parent c8d3b03 commit ac619b7

31 files changed

Lines changed: 2490 additions & 345 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bench/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ name = "vite-plus-benches"
33
version = "0.1.0"
44
edition = "2024"
55

6-
[dependencies]
7-
vite_path = { workspace = true }
8-
vite_task = { workspace = true }
9-
106
[dev-dependencies]
117
criterion = { workspace = true }
8+
vite_path = { workspace = true }
9+
vite_task = { workspace = true }
1210

1311
[[bench]]
1412
name = "workspace_load"

0 commit comments

Comments
 (0)