notebook/binder/postBuild

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
117 B
Plaintext
Raw Normal View History

2020-12-10 05:02:21 +08:00
#!/bin/bash
set -euo pipefail
python -m pip install -e . --force-reinstall
2022-01-07 00:52:04 +08:00
jlpm && jlpm run build
2021-11-01 23:04:15 +08:00
jlpm run develop