Skip to content

Commit

Permalink
fix commands to copy public folder to dist (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayakoneval authored Jul 22, 2022
1 parent f0200e0 commit fb8a943
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ jobs:
at: ~/embeddable-explorer
- run:
name: Copy public folder to dist
command: cp -R public packages/explorer/dist/public
command: |
cp -R public ~/embeddable-explorer/packages/explorer/dist/public
- run:
name: Upload build artifacts to CDN
command: |
Expand Down Expand Up @@ -196,7 +197,8 @@ jobs:
at: ~/embeddable-explorer
- run:
name: Copy public folder to dist
command: cp -R public packages/sandbox/dist/public
command: |
cp -R public ~/embeddable-explorer/packages/sandbox/dist/public
- run:
name: Upload build artifacts to CDN
command: |
Expand Down

0 comments on commit fb8a943

Please sign in to comment.