Skip to content

Commit f6ee95b

Browse files
Update build_map.sh
1 parent 366386e commit f6ee95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build_map.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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:"
31+
echo -e "\n----------------\n\nBuild Map:\n"
3232
FILE_ID=1
3333
TOTAL_FILES=$(find deploy -mindepth 1 -print | wc -l)
3434
find deploy -mindepth 1 -print | while read -r path; do

0 commit comments

Comments
 (0)