Skip to content

Commit be5e51c

Browse files
Tweak CI step for multi level paths.
1 parent ba929a1 commit be5e51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ _steps:
6363
serve: &serve
6464
run:
6565
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
66+
command: mkdir -p /tmp/app${PUBLIC_URL} && cp -r build/* /tmp/app${PUBLIC_URL} && npx serve --no-clipboard -l 3000 /tmp/app
6767
background: true
6868
serve_wait: &serve_wait
6969
run:

0 commit comments

Comments
 (0)