ContentEggStockCrawler/update.win.bat

7 lines
178 B
Batchfile

echo "Updating crawler source..."
git pull
echo "Updating crawler source... DONE"
echo ""
echo "Updating crawler packages..."
npm install
echo "Updating crawler packages... DONE"