Skip to content

Commit f9ecd9f

Browse files
committed
try again
1 parent e539e80 commit f9ecd9f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/actions/build-dist/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
shell: bash
2121
run: |
2222
mkdir pkgs
23-
jlpm lerna exec -- npm pack
23+
hatch run npm_pack
2424
cp packages/*/*.tgz pkgs
2525
2626
- name: Build checksum file

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ features = ["docs"]
111111
[tool.hatch.envs.docs.scripts]
112112
build = "make -C docs html SPHINXOPTS='-W'"
113113

114+
[tool.hatch.envs.default.scripts]
115+
npm_pack = " jlpm lerna exec -- npm pack"
116+
114117
[tool.hatch.envs.test]
115118
features = ["test"]
116119
[tool.hatch.envs.test.scripts]

0 commit comments

Comments
 (0)