File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 61
61
- checkout_from_workspace
62
62
- run :
63
63
name : Build
64
- command : yarn run build && yarn workspace @webex/widgets run build
64
+ command : yarn run build && yarn workspace @webex/widgets run build:src
65
65
- persist_to_workspace :
66
66
root : .
67
67
paths :
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ cp ./widgets-samples/cc/samples-cc-wc-app/bundle.js docs/samples-cc-wc-app/
23
23
cp ./widgets-samples/cc/samples-cc-wc-app/index.html docs/samples-cc-wc-app/
24
24
25
25
# Update the hrefs in the copied index.html file
26
+ sed -i ' ' ' s|http://localhost:4000/|./samples-cc-wc-app/index.html|g' docs/index.html
26
27
sed -i ' ' ' s|http://localhost:3000/|./samples-cc-react-app/index.html|g' docs/index.html
27
28
sed -i ' ' ' s|https://localhost:9000/|./samples-meeting-app/index.html|g' docs/index.html
28
29
You can’t perform that action at this time.
0 commit comments