From 9a0840f0bc4cb5bbabd282710f59617a317b4ccc Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Sat, 22 Jun 2024 15:20:29 +0200 Subject: [PATCH] UNDO: Nornalize composer.json --- mixins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixins.yml b/mixins.yml index a235f7b..3858204 100644 --- a/mixins.yml +++ b/mixins.yml @@ -71,7 +71,7 @@ stages: - sed -i "s/DDQG-unsupported-drupal-login_destination-2.0.0.0-beta6/DDQG-unsupported-drupal-login_destination-2.0.0.0-beta7/g" composer.json #- sed -i "s/###/###/g" composer.json # Finally!!! Normalize composer.json by pretty printing it to ensure consistent structure. - - cat composer.json | jq -M . | tee composer.json >/dev/null + # Disabled for now, since this sometimes creates an empty file: cat composer.json | jq -M . | tee composer.json >/dev/null .customreferences: LanguageFiles: [] -- GitLab