codecombat/scripts/vagrant/dev-server.bat
2015-10-29 16:48:27 -04:00

3 lines
55 B
Batchfile

@ECHO OFF
vagrant ssh -c "cd /vagrant && npm run dev"