Skip to content

Commit dbc0eb7

Browse files
Update build_map.sh
1 parent c65ce8e commit dbc0eb7

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
@@ -26,7 +26,8 @@ BUILD_ID=$(cat .next/BUILD_ID)
2626
mkdir -p deploy/_just/static/
2727
mkdir -p deploy/_just/static/$BUILD_ID/
2828

29-
echo "const _just_buildManifest = [];" > deploy/_just/static/$BUILD_ID/buildManifest.js
29+
# echo "const _just_buildManifest = [];" > deploy/_just/static/$BUILD_ID/buildManifest.js
30+
echo "$(cat $GITHUB_ACTION_PATH/src/buildManifest_start.js)" > deploy/_just/static/$BUILD_ID/buildManifest.js
3031

3132
echo -e "\n----------------\n\nBuild Map:\n"
3233
FILE_ID=1

0 commit comments

Comments
 (0)