#!/bin/bash

function npmUpdateScripts() {
    jq ".scripts.clean = \"source ../../bin/clean.sh; clean\"" package.json;
    return 0;
}
