Skip to main content

run_package_json_script

Function run_package_json_script 

Source
pub fn run_package_json_script(dir: &Path, script: &str) -> Result<(), String>
Expand description

Run package.json script with the detected package manager. Auto-heals empty pnpm workspace packages and retries once on that error.