more cleanup

pull/6631/head
Steven Silvester 3 years ago
parent f9ecd9fe28
commit ec6874ccb5

@ -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: |

@ -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"]

Loading…
Cancel
Save