Skip to content

Commit 0b07de7

Browse files
Update build_map.sh
1 parent 58878f0 commit 0b07de7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/build_map.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ mkdir -p deploy/_just/static/$BUILD_ID/
2828

2929
echo "const _just_buildManifest = [];" > deploy/_just/static/$BUILD_ID/buildManifest.js
3030

31+
echo "Build Map:"
3132
find deploy -mindepth 1 -print | while read -r path; do
3233
relative_path=${path#deploy/}
33-
echo "$relative_path"
34+
echo "$relative_path"
3435

3536
if [ -f "$path" ]; then
3637
case "${path##*.}" in

0 commit comments

Comments
 (0)