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 ba929a1 commit be5e51cCopy full SHA for be5e51c
.circleci/config.yml
@@ -63,7 +63,7 @@ _steps:
63
serve: &serve
64
run:
65
name: Serve files for e2e tests
66
- command: mkdir /tmp/app && cp -r build /tmp/app${PUBLIC_URL} && npx serve --no-clipboard -l 3000 /tmp/app
+ command: mkdir -p /tmp/app${PUBLIC_URL} && cp -r build/* /tmp/app${PUBLIC_URL} && npx serve --no-clipboard -l 3000 /tmp/app
67
background: true
68
serve_wait: &serve_wait
69
0 commit comments