Steven Silvester 3 years ago
parent e539e80e79
commit f9ecd9fe28

@ -20,7 +20,7 @@ runs:
shell: bash
run: |
mkdir pkgs
jlpm lerna exec -- npm pack
hatch run npm_pack
cp packages/*/*.tgz pkgs
- name: Build checksum file

@ -111,6 +111,9 @@ features = ["docs"]
[tool.hatch.envs.docs.scripts]
build = "make -C docs html SPHINXOPTS='-W'"
[tool.hatch.envs.default.scripts]
npm_pack = " jlpm lerna exec -- npm pack"
[tool.hatch.envs.test]
features = ["test"]
[tool.hatch.envs.test.scripts]

Loading…
Cancel
Save