chore(task): remove warning for npm "scripts" (#20880)

This commit is contained in:
Nayeem Rahman 2023-10-12 07:33:59 +01:00 committed by GitHub
parent 27a813daaa
commit 2fb9ddd2e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 0 additions and 13 deletions

View file

@ -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