Skip to content

Commit

Permalink
fix: align with Nightly Build on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Jul 2, 2023
1 parent f5a4eec commit c4363dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/git2package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ cd "$cwd"/build/checkout/"${PMF_PACKAGE_FOLDER}"/ || exit
printf "\n 🚀 Add PHP dependencies\n";
composer install --no-dev --prefer-dist

printf "\n 🚀 Add JS dependencies\n";
printf "\n 🚀 Install JS dependencies\n";
yarn install

printf "\n 🚀 Build JS\n";
printf "\n 🚀 Run \"yarn build\" to build frontend production build\n";
yarn build

printf "\n 🚀 Remove fonts from TCPDF\n"
Expand Down

0 comments on commit c4363dc

Please sign in to comment.