codecombat/scripts/vagrant/brunch.bat

4 lines
66 B
Batchfile
Raw Normal View History

2015-03-26 16:36:38 -04:00
@ECHO OFF
2015-10-29 16:44:26 -04:00
vagrant ssh -c "cd /vagrant && npm run brunch watch"
2015-03-26 16:36:38 -04:00