mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 09:57:11 -05:00
fix(init): force --reload if npm or jsr package (#28150)
Ref https://github.com/denoland/deno/issues/28148#issuecomment-2663189433
This commit is contained in:
parent
45777b8eca
commit
2f4527562c
1 changed files with 1 additions and 0 deletions
|
@ -334,6 +334,7 @@ async fn init_npm(name: &str, args: Vec<String>) -> Result<i32, AnyError> {
|
||||||
script: script_name,
|
script: script_name,
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}),
|
}),
|
||||||
|
reload: true,
|
||||||
..Default::default()
|
..Default::default()
|
||||||
};
|
};
|
||||||
crate::tools::run::run_script(
|
crate::tools::run::run_script(
|
||||||
|
|
Loading…
Add table
Reference in a new issue