Skip to content
Snippets Groups Projects
Commit 9c073d30 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed initial local deployment after checkout

parent 47843ab0
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,10 @@
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
"optimize-autoloader": true,
"allow-plugins": {
"kylekatarnls/update-helper": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
......
......@@ -7,8 +7,6 @@ _term() {
trap _term SIGTERM
cd ~
if [ ! -f .env ]
then
pwd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment