Skip to content

Commit

Permalink
Fixed an issue with adding demo modules while building demo package
Browse files Browse the repository at this point in the history
  • Loading branch information
vasil-sokolov committed Jul 6, 2023
1 parent 12cc4fc commit e218803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ if [ "$TASK" = "prepare-demo" ]; then
HAS_DEMO=`cat composer.json | grep -o --max-count=1 demo-mode-plugin`

if [ "${HAS_DEMO}" = "" ]; then
sed -i '/"require": {/r extra_modules.txt' composer.json
sed -i '/"afterlogic\/aurora-framework".*/r extra_modules.txt' composer.json
fi

php composer.phar update afterlogic/aurora-module-demo-mode-plugin
Expand Down

0 comments on commit e218803

Please sign in to comment.