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