We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3740d commit 53df12cCopy full SHA for 53df12c
build/ci.sh
@@ -6,7 +6,7 @@ then
6
# Wait for tunnel to be ready
7
while [ ! -e ~/sc_ready ]; do sleep 1; done
8
# serve example app
9
- npm run serve &
+ npm run serve-example &
10
# Run selenium tests
11
npm run e2e-sauce
12
else
0 commit comments