Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions assets/bin/dev
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ function package_dev_done() {

rm -rf "vendor/${package}" "packages/${package_name}"

# Remove dangling symlinks
find ./app -lname "*/${package_name}" -type l -exec rm {} +

#TODO: increment minimal version in composer.json
$COMPOSE run --no-deps --rm $COMPOSE_SERVICE composer update "$package"
}
Expand Down