Removed npm link from run.sh

This commit is contained in:
Peter 'Pita' Martischka 2011-06-04 18:05:47 +01:00
parent b692ffec0b
commit 92b8e2ea9e
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@ fi
echo "Clear minfified cache..."
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
echo "start..."
cd "node"