Skip to content

Commit

Permalink
no resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Feb 11, 2024
1 parent 954b09b commit 3c0c35a
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 @@ -111,7 +111,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').resolve(),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'),target_is_directory=True);\"",
"cd js && npm ci && npm run build",
]
artifacts = ["js/app/dist/"]
Expand Down

0 comments on commit 3c0c35a

Please sign in to comment.