mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
more cleanup
This commit is contained in:
parent
f9ecd9fe28
commit
ec6874ccb5
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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…
Reference in New Issue
Block a user