We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58878f0 commit 0b07de7Copy full SHA for 0b07de7
src/build_map.sh
@@ -28,9 +28,10 @@ mkdir -p deploy/_just/static/$BUILD_ID/
28
29
echo "const _just_buildManifest = [];" > deploy/_just/static/$BUILD_ID/buildManifest.js
30
31
+echo "Build Map:"
32
find deploy -mindepth 1 -print | while read -r path; do
33
relative_path=${path#deploy/}
- echo "$relative_path"
34
+ echo "├ $relative_path"
35
36
if [ -f "$path" ]; then
37
case "${path##*.}" in
0 commit comments