Skip to content
Snippets Groups Projects
Commit e1772001 authored by Sebastian Kehr's avatar Sebastian Kehr 🚣🏼 Committed by Frank Morgner
Browse files

refs #14953 [master] - discards execution of phing install tasks at composer.json

* either internal solr or swagger-api will be installed from the scratch
parent b5becfef
No related merge requests found
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
}, },
"scripts": { "scripts": {
"phing-install-dependencies": "phing installsolr installswaggerui", "phing-install-dependencies": "phing installsolr installswaggerui",
"post-install-cmd": "@phing-install-dependencies", "post-install-cmd": [],
"post-update-cmd": "@phing-install-dependencies" "post-update-cmd": []
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment