Skip to content

Commit

Permalink
[tooling] fixed bundle script
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-kialo committed Oct 15, 2024
1 parent d54e08e commit f6fa21e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions development/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ cd development

# Create a new ZIP file
rm mod_kialo.zip
cd moodle/mod
rm -rf kialo/vendor_extra
zip -qr ../../mod_kialo.zip kialo
rm -rf moodle_mod/vendor_extra
zip -qr mod_kialo.zip moodle_mod

# restore full dependencies (including dev dependencies)
cd ../../..
cd ..
composer install

echo "-----------------------------"
Expand Down

0 comments on commit f6fa21e

Please sign in to comment.