Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 90f1e6a

Browse files
authored
Merge pull request #976 from plotly/update-renderer
compatibility with new renderer structure
2 parents 53bf473 + ca62f6e commit 90f1e6a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: .circleci/config.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,10 @@ jobs:
9797
command: |
9898
. venv/bin/activate && mkdir packages
9999
set -eo pipefail
100-
# build main dash
100+
# build main dash & renderer
101101
git clone --depth 1 https://github.com/plotly/dash.git dash-main
102-
cd dash-main && pip install -e .[dev] --progress-bar off && python setup.py sdist && mv dist/* ../packages/
103-
cd dash-renderer && npm ci && npm run build
104-
python setup.py sdist && mv dist/* ../../packages/ && cd ../..
102+
cd dash-main && pip install -e .[dev] --progress-bar off && renderer build
103+
python setup.py sdist && mv dist/* ../packages/ && cd ..
105104
# build html
106105
git clone --depth 1 https://github.com/plotly/dash-html-components.git
107106
cd dash-html-components && npm ci && npm run build

0 commit comments

Comments
 (0)