Skip to content

Commit cde3093

Browse files
committed
some local debugging of postBuild
1 parent ca9bb65 commit cde3093

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: .binder/postBuild

+8-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,16 @@ popd
1111

1212
# install and validate python environment
1313
python setup.py sdist
14-
python -m pip install -v dist/pythreejs*.tar.gz --no-deps
15-
python -m pip install -e .[test,examples,docs]
14+
15+
pushd dist
16+
python -m pip install -v pythreejs*.tar.gz --no-deps
17+
popd
18+
1619
python -m pip check || echo "uh oh"
1720

21+
# ensure labextension is linked
22+
jupyter labextension develop . --overwrite
23+
1824
# build docs
1925
pushd docs
2026
make html

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ docs/source/examples/img
3535

3636
js/lab-dist
3737
js/package-lock.json
38+
js/yarn.lock
3839
pythreejs/labextension

0 commit comments

Comments
 (0)