Removed npm link from run.sh
This commit is contained in:
parent
b692ffec0b
commit
92b8e2ea9e
|
@ -38,10 +38,6 @@ fi
|
||||||
echo "Clear minfified cache..."
|
echo "Clear minfified cache..."
|
||||||
rm var/minified* 2> /dev/null
|
rm var/minified* 2> /dev/null
|
||||||
|
|
||||||
#Ensure all dependencies are installed
|
|
||||||
echo "Ensure dependencies are up to date..."
|
|
||||||
npm link
|
|
||||||
|
|
||||||
#Move to the node folder and start
|
#Move to the node folder and start
|
||||||
echo "start..."
|
echo "start..."
|
||||||
cd "node"
|
cd "node"
|
||||||
|
|
Loading…
Reference in New Issue