codecombat/bin/coco-test-server
2014-01-05 20:09:58 +01:00

8 lines
198 B
Bash
Executable file

#!/bin/bash
# full script path
_scriptDir="$(cd "$(dirname "$0")" && pwd -P)"
cd $_scriptDir
cd ../
node_modules/.bin/nodemon . --ext ".coffee|.js" --watch server --watch server.coffee --unittest