Skip to content

Commit

Permalink
Re-add resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Oct 30, 2024
1 parent d746ddf commit 70cf1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/reactpy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ artifacts = ["js"]
out_dir = "reactpy/_static"
commands = [
# link the js directory if it doesn't exist - use Python to avoid platform differences
"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);\"",
"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);\"",
"cd js && npm ci && npm run build",
]
artifacts = ["js/app/dist/"]
Expand Down

0 comments on commit 70cf1b7

Please sign in to comment.