Skip to main content

get_script_command

Function get_script_command 

Source
pub fn get_script_command(
    script_name: &str,
    package_json_path: &Path,
) -> Result<String, String>
Expand description

Read script command from package.json. Returns the script string or error.