diff --git a/scripts/test_on_sauce.sh b/scripts/test_on_sauce.sh index e4f8b9c..bf40b58 100755 --- a/scripts/test_on_sauce.sh +++ b/scripts/test_on_sauce.sh @@ -2,10 +2,10 @@ SCRIPT_DIR=$(dirname $0) # install deps for this example -cd ../examples/angular-1/confirm-unsaved +cd ./examples/angular-1/confirm-unsaved npm install -cd $SCRIPT_DIR/.. +cd $SCRIPT_DIR function killServer { kill $serverPid