plasmabio / tljh-repo2docker

Plugin for The Littlest JupyterHub to build multiple user environments with repo2docker
BSD 3-Clause "New" or "Revised" License
60 stars 15 forks source link

Fix ci #82

Closed trungleduc closed 4 months ago

trungleduc commented 5 months ago

Skip releasing the npm package.

jtpio commented 5 months ago

Maybe skipping the npm steps completely can also help make CI a bit faster (example skipping check-python here: https://github.com/voila-dashboards/voici/blob/df8c17b3caab83b0de6493e096278e0fd8300784/pyproject.toml#L15)

jtpio commented 5 months ago

Although thinking more about it, it can still be useful to perform these checks to make sure the npm package builds fine and is correctly structured.