Skip to content

Commit 48c510c

Browse files
committed
Add back npm build to full release build
1 parent ce161d9 commit 48c510c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .circleci/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,11 @@ jobs:
273273
uv venv
274274
source .venv/bin/activate
275275
uv pip install build
276+
uv pip install jupyter
277+
cd js
278+
npm ci
279+
npm run build
280+
cd ..
276281
python -m build --sdist --wheel -o dist
277282
cp -R dist output
278283
git status

0 commit comments

Comments
 (0)