Skip to content

Instantly share code, notes, and snippets.

@stevenuray
Last active July 5, 2018 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenuray/471c399150a1937589164041f252fd08 to your computer and use it in GitHub Desktop.
Save stevenuray/471c399150a1937589164041f252fd08 to your computer and use it in GitHub Desktop.
Dockerlith Lock Script MD5 Sum Persistence Function
install_npm_libraries() {
npm install grunt
echo "Installing npm Libraries..."
npm install --loglevel info
write_md5_sum_to_md5_file
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment