Skip to content

Commit

Permalink
Tweak CI step for multi level paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Sep 21, 2022
1 parent ba929a1 commit be5e51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ _steps:
serve: &serve
run:
name: Serve files for e2e tests
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
background: true
serve_wait: &serve_wait
run:
Expand Down

0 comments on commit be5e51c

Please sign in to comment.