mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 02:22:40 +00:00
chore(task): remove warning for npm "scripts" (#20880)
This commit is contained in:
parent
27a813daaa
commit
2fb9ddd2e6
9 changed files with 0 additions and 13 deletions
|
@ -90,11 +90,6 @@ pub async fn execute_script(
|
|||
npm_resolver.resolve_pending().await?;
|
||||
}
|
||||
|
||||
log::info!(
|
||||
"{} Currently only basic package.json `scripts` are supported. Programs like `rimraf` or `cross-env` will not work correctly. This will be fixed in an upcoming release.",
|
||||
colors::yellow("Warning"),
|
||||
);
|
||||
|
||||
let cwd = match task_flags.cwd {
|
||||
Some(path) => canonicalize_path(&PathBuf::from(path))?,
|
||||
None => maybe_package_json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue