Skip to content

Commit 8f20c28

Browse files
committed
Fix artifacts
1 parent 70cf1b7 commit 8f20c28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/py/reactpy/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,10 @@ types = "mypy --strict reactpy"
104104
all = ["types"]
105105

106106
[tool.hatch.build.targets.sdist]
107-
artifacts = ["js"]
107+
artifacts = ["_static"]
108+
109+
[tool.hatch.build.targets.wheel]
110+
artifacts = ["_static"]
108111

109112
[[tool.hatch.build.hooks.build-scripts.scripts]]
110113
out_dir = "reactpy/_static"

0 commit comments

Comments
 (0)