Skip to content

Commit 7b74d61

Browse files
committed
fix(task): add missing which dep on Windows
The `.cmd`→`.ps1` rewrite moved from `vite_task_plan` (where `which` was already a dep) to `vite_task` without bringing the dep along. Windows CI failed with E0433. Only needed at `cfg(windows)`.
1 parent c752368 commit 7b74d61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/vite_task/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ tempfile = { workspace = true }
4949
nix = { workspace = true }
5050

5151
[target.'cfg(windows)'.dependencies]
52+
which = { workspace = true }
5253
winapi = { workspace = true, features = ["handleapi", "jobapi2", "winnt"] }
5354

5455
[lib]

0 commit comments

Comments
 (0)