Skip to content

Commit 62721e9

Browse files
committed
Add js build to dev build
1 parent e3afcf7 commit 62721e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,11 @@ jobs:
236236
curl -LsSf https://astral.sh/uv/install.sh | sh
237237
uv venv
238238
source .venv/bin/activate
239+
uv pip install jupyter
240+
cd js
241+
npm i
242+
npm run build
243+
cd ..
239244
uv pip install -e .
240245
uv pip install -r ./test_requirements/requirements_core.txt black inflect jupyterlab
241246
- run:

0 commit comments

Comments
 (0)