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 e539e80 commit f9ecd9fCopy full SHA for f9ecd9f
.github/actions/build-dist/action.yml
@@ -20,7 +20,7 @@ runs:
20
shell: bash
21
run: |
22
mkdir pkgs
23
- jlpm lerna exec -- npm pack
+ hatch run npm_pack
24
cp packages/*/*.tgz pkgs
25
26
- name: Build checksum file
pyproject.toml
@@ -111,6 +111,9 @@ features = ["docs"]
111
[tool.hatch.envs.docs.scripts]
112
build = "make -C docs html SPHINXOPTS='-W'"
113
114
+[tool.hatch.envs.default.scripts]
115
+npm_pack = " jlpm lerna exec -- npm pack"
116
+
117
[tool.hatch.envs.test]
118
features = ["test"]
119
[tool.hatch.envs.test.scripts]
0 commit comments