Skip to content

Commit ec6874c

Browse files
committed
more cleanup
1 parent f9ecd9f commit ec6874c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ jobs:
4545

4646
- name: JavaScript tests
4747
run: |
48-
pip install jupyterlab
49-
jlpm run build:test
50-
jlpm run test
48+
hatch run js_test
5149
5250
- name: Integration Tests
5351
run: |

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ features = ["docs"]
112112
build = "make -C docs html SPHINXOPTS='-W'"
113113

114114
[tool.hatch.envs.default.scripts]
115-
npm_pack = " jlpm lerna exec -- npm pack"
115+
npm_pack = "jlpm lerna exec -- npm pack"
116+
js_test = "jlpm run build:test && jlpm run test"
116117

117118
[tool.hatch.envs.test]
118119
features = ["test"]

0 commit comments

Comments
 (0)