Skip to content

Commit d416357

Browse files
committed
echo on failing script line
1 parent d64e122 commit d416357

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/py/reactpy/pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -112,9 +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'),target_is_directory=True);\"",
115-
# echo contents of the ./js directory
116-
"ls -l js",
117-
"cd js && npm ci && npm run build; echo 'done'",
115+
"ls -l js && cd js && npm ci && npm run build; echo 'done'",
118116
]
119117
artifacts = ["js/app/dist/"]
120118

0 commit comments

Comments
 (0)