We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71d5423 + 0f26ac1 commit 7d0fe18Copy full SHA for 7d0fe18
1 file changed
docs/scripts/test-cypress
@@ -5,10 +5,10 @@ set -e
5
cd "$(dirname "$0")/.."
6
7
echo '== Starting server =='
8
-pnpm run preview &
+pnpm exec iles preview --port 3050 &
9
10
echo '== Waiting for server to respond... =='
11
-pnpx wait-on http-get://localhost:3050 --delay 1000 --timeout 15000
+pnpx wait-on http-get://localhost:3050 --delay 1000 --timeout 60000
12
13
echo '== Server ready! =='
14
0 commit comments