Skip to content

Commit 2c13d73

Browse files
Update build_map.sh
1 parent 0b07de7 commit 2c13d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/build_map.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ mkdir -p deploy/_just/static/$BUILD_ID/
2929
echo "const _just_buildManifest = [];" > deploy/_just/static/$BUILD_ID/buildManifest.js
3030

3131
echo "Build Map:"
32+
FILE_ID=1
3233
find deploy -mindepth 1 -print | while read -r path; do
3334
relative_path=${path#deploy/}
3435
echo "$relative_path"

0 commit comments

Comments
 (0)