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

Commit ee0fae2

Browse files
committed
chore(travis): fix npm install for example app
1 parent 42c4e9e commit ee0fae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test_on_sauce.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
SCRIPT_DIR=$(dirname $0)
33

44
# install deps for this example
5-
cd ../examples/angular-1/confirm-unsaved
5+
cd ./examples/angular-1/confirm-unsaved
66
npm install
77

8-
cd $SCRIPT_DIR/..
8+
cd $SCRIPT_DIR
99

1010
function killServer {
1111
kill $serverPid

0 commit comments

Comments
 (0)