We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ecd9f commit ec6874cCopy full SHA for ec6874c
.github/workflows/build.yml
@@ -45,9 +45,7 @@ jobs:
45
46
- name: JavaScript tests
47
run: |
48
- pip install jupyterlab
49
- jlpm run build:test
50
- jlpm run test
+ hatch run js_test
51
52
- name: Integration Tests
53
pyproject.toml
@@ -112,7 +112,8 @@ features = ["docs"]
112
build = "make -C docs html SPHINXOPTS='-W'"
113
114
[tool.hatch.envs.default.scripts]
115
-npm_pack = " jlpm lerna exec -- npm pack"
+npm_pack = "jlpm lerna exec -- npm pack"
116
+js_test = "jlpm run build:test && jlpm run test"
117
118
[tool.hatch.envs.test]
119
features = ["test"]
0 commit comments