Skip to content

Commit 93af235

Browse files
Update modify_deployment.sh
1 parent e5b9248 commit 93af235

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/modify_deployment.sh

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@
2323
# Modify Deployment
2424
mkdir -p deploy/_just/
2525
FILE_ID=1
26-
echo ""
27-
echo "----------------"
28-
echo ""
29-
echo "_just Chunks:"
30-
echo ""
26+
echo -e "\n----------------\n\n_just Chunks:\n"
3127
for file in _just/js/*; do
3228
cp "$file" "deploy/_just/${FILE_ID}.js"
3329
echo "_just/${FILE_ID}.js"
@@ -43,11 +39,7 @@ echo ""
4339
echo "End _just Chunks"
4440
echo ""
4541
echo "----------------"
46-
echo ""
47-
echo "----------------"
48-
echo ""
49-
echo "Dangerously Inserted Files:"
50-
echo ""
42+
echo -e "\n----------------\n\nDangerously Inserted Files:\n"
5143
for file in _just/dangerously-insert-files/*; do
5244
cp "$file" "deploy/$(basename "$file")"
5345
echo "$(basename "$file")"

0 commit comments

Comments
 (0)