Skip to content

Commit 70cf1b7

Browse files
committed
Re-add resolve
1 parent d746ddf commit 70cf1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py/reactpy/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ artifacts = ["js"]
110110
out_dir = "reactpy/_static"
111111
commands = [
112112
# link the js directory if it doesn't exist - use Python to avoid platform differences
113-
"python -c \"import pathlib as p;js=p.Path('js');js.unlink(missing_ok=True);js.symlink_to(p.Path('..','..','js'),target_is_directory=True);\"",
113+
"python -c \"import pathlib as p;js=p.Path('js');js.unlink(missing_ok=True);js.symlink_to(p.Path('..','..','js').resolve(),target_is_directory=True);\"",
114114
"cd js && npm ci && npm run build",
115115
]
116116
artifacts = ["js/app/dist/"]

0 commit comments

Comments
 (0)