Skip to content

Commit 5601211

Browse files
authored
Merge pull request #150 from aothms/patch-1
Update autogen related commands in the README
2 parents ddbbc8d + 9e913fd commit 5601211

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,14 @@ The relevant commands while working on the repository are included below. These
4747
# To perform initial dev setup, run:
4848
pip install -e .
4949

50+
# All commands below assume to be in the ./js/ directory
51+
cd ./js/
52+
5053
# To re-generate autogen files, run:
5154
npm run autogen
5255

5356
# To build and install distribution files, run:
54-
npm run build
57+
npm run build:all
5558
jupyter nbextension install --py --symlink --sys-prefix pythreejs
5659

5760
# To clean out generated files, run:

0 commit comments

Comments
 (0)