more cleanup

This commit is contained in:
Steven Silvester 2022-11-19 16:38:01 -06:00
parent f9ecd9fe28
commit ec6874ccb5
2 changed files with 3 additions and 4 deletions

View File

@ -45,9 +45,7 @@ jobs:
- name: JavaScript tests
run: |
pip install jupyterlab
jlpm run build:test
jlpm run test
hatch run js_test
- name: Integration Tests
run: |

View File

@ -112,7 +112,8 @@ features = ["docs"]
build = "make -C docs html SPHINXOPTS='-W'"
[tool.hatch.envs.default.scripts]
npm_pack = " jlpm lerna exec -- npm pack"
npm_pack = "jlpm lerna exec -- npm pack"
js_test = "jlpm run build:test && jlpm run test"
[tool.hatch.envs.test]
features = ["test"]