Skip to content

Commit 53df12c

Browse files
committed
fix ci script
1 parent 6a3740d commit 53df12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ then
66
# Wait for tunnel to be ready
77
while [ ! -e ~/sc_ready ]; do sleep 1; done
88
# serve example app
9-
npm run serve &
9+
npm run serve-example &
1010
# Run selenium tests
1111
npm run e2e-sauce
1212
else

0 commit comments

Comments
 (0)