File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -euo pipefail
33
4- # 1. Setup paths and environment
4+ # Setup paths and environment
55ROOT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." && pwd) "
66cd " ${ROOT_DIR} "
77
@@ -50,9 +50,13 @@ WHEEL_FILENAME=$(basename "${SIMDEC_WHEEL_PATH}")
5050OUT_DIR=" dist/pyodide"
5151mkdir -p " ${OUT_DIR} /_static"
5252
53- # IMPORTANT: Copy the wheel into the output directory so it's accessible via HTTP
53+ # Copy the wheel into the output directory so it's accessible via HTTP
5454cp " ${SIMDEC_WHEEL_PATH} " " ${OUT_DIR} /"
5555
56+ echo " Checking file existence..."
57+ ls -R panel/
58+ ls -l dist/* .whl
59+
5660# Convert Panel apps to Pyodide worker
5761echo " Converting Panel apps to Pyodide worker output..."
5862export PYTHONPATH=" ${ROOT_DIR} /src:${PYTHONPATH:- } "
You can’t perform that action at this time.
0 commit comments