Skip to content

Commit 5a5829d

Browse files
committed
no echo done
1 parent 9e128b6 commit 5a5829d

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
@@ -112,7 +112,7 @@ out_dir = "reactpy/_static"
112112
commands = [
113113
# link the js directory if it doesn't exist - use Python to avoid platform differences
114114
"python -c \"import pathlib as p;js=p.Path('js');js.exists() or js.symlink_to(p.Path('..','..','js').resolve(),target_is_directory=True);\"",
115-
"cd js && npm ci && npm run build; echo 'done'",
115+
"cd js && npm ci && npm run build",
116116
]
117117
artifacts = ["js/app/dist/"]
118118

0 commit comments

Comments
 (0)