Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Nov 29, 2023
1 parent f8c1b3d commit 7056781
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ By default, the `jlpm build` command generates the source maps for this extensio
```bash
nvm use 16
npm i -d @types/node # required to solve https://github.com/microsoft/TypeScript/issues/51567
jupyter lab build --minimize=False
jupyter lab build
```

### Development uninstall
Expand Down
16 changes: 0 additions & 16 deletions imjoy_jupyterlab_extension/__init__.py

This file was deleted.

26 changes: 23 additions & 3 deletions lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
pip install -U twine
pip install -U wheel
python3 -m pip install --upgrade build
pip install -U build twine hatch
rm -rf ./build
rm ./dist/*
python3 -m build
Expand Down

0 comments on commit 7056781

Please sign in to comment.