Commit 63f37699 authored by Leo Iannacone's avatar Leo Iannacone

added a script to automatize libraries update

parent 69aabfdf
#!/bin/bash
for i in proxy debomatic-webui ; do
cd $i
rm -fr node_modules
npm install
git add -f node_modules
cd -
done
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment