Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore(travis): fix npm install for example app
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Mar 17, 2015
1 parent 42c4e9e commit ee0fae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test_on_sauce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee0fae2

Please sign in to comment.