Skip to content

Commit 55310d7

Browse files
committed
chore: Add one default mpdf font again
1 parent a43dc56 commit 55310d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/composer-post-install-cmd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ root_dir="$script_dir"/..
77

88
set -x
99

10-
rm -rf -- "$root_dir"/vendor/mpdf/mpdf/ttfonts
10+
find -- "$root_dir"/vendor/mpdf/mpdf/ttfonts -type f ! -name 'DejaVu*' -exec rm {} +
1111
rm -rf -- "$root_dir"/vendor/google/protobuf/src
1212
rm -rf -- "$root_dir"/vendor/google/protobuf/java
1313
rm -rf -- "$root_dir"/vendor/google/protobuf/objectivec

0 commit comments

Comments
 (0)