Skip to content

Commit d64e122

Browse files
committed
echo dir contents
1 parent 9325d36 commit d64e122

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/py/reactpy/pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ 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",
115117
"cd js && npm ci && npm run build; echo 'done'",
116118
]
117119
artifacts = ["js/app/dist/"]

0 commit comments

Comments
 (0)