codecombat/bin/coco-test-server

9 lines
198 B
Text
Raw Normal View History

2014-01-03 13:32:13 -05:00
#!/bin/bash
# full script path
_scriptDir="$(cd "$(dirname "$0")" && pwd -P)"
2014-01-05 12:32:42 -05:00
cd $_scriptDir
2014-01-05 12:32:42 -05:00
cd ../
2014-01-03 13:32:13 -05:00
node_modules/.bin/nodemon . --ext ".coffee|.js" --watch server --watch server.coffee --unittest