Skip to content

Commit fa3d314

Browse files
committed
update circleci config to use the build:src command
1 parent 68ed162 commit fa3d314

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- checkout_from_workspace
6262
- run:
6363
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
6565
- persist_to_workspace:
6666
root: .
6767
paths:

copy_to_docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ cp ./widgets-samples/cc/samples-cc-wc-app/bundle.js docs/samples-cc-wc-app/
2323
cp ./widgets-samples/cc/samples-cc-wc-app/index.html docs/samples-cc-wc-app/
2424

2525
# 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
2627
sed -i '' 's|http://localhost:3000/|./samples-cc-react-app/index.html|g' docs/index.html
2728
sed -i '' 's|https://localhost:9000/|./samples-meeting-app/index.html|g' docs/index.html
2829

0 commit comments

Comments
 (0)