Skip to content

Commit aee6f3e

Browse files
author
Shammamah Hossain
committed
Clone updated branch
1 parent d4dc98b commit aee6f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ jobs:
216216
command: |
217217
source venv/Scripts/activate && pip install --no-cache-dir --upgrade -e . --progress-bar off && mkdir packages
218218
cd dash-renderer && renderer build && python setup.py sdist && mv dist/* ../packages/ && cd ..
219-
# git clone --depth 1 https://github.com/plotly/dash-core-components.git
220-
# cd dash-core-components && npm ci && npm run build && python setup.py sdist && mv dist/* ../packages/ && cd ..
219+
git clone --depth 1 --branch update-webpackconfig https://github.com/plotly/dash-core-components.git
220+
cd dash-core-components && npm ci && npm run build && python setup.py sdist && mv dist/* ../packages/ && cd ..
221221
git clone --depth 1 https://github.com/plotly/dash-renderer-test-components
222222
cd dash-renderer-test-components && npm ci && npm run build:all && python setup.py sdist && mv dist/* ../packages/ && cd ..
223223
ls -la packages

0 commit comments

Comments
 (0)