Skip to content

Commit 80fefc1

Browse files
authored
Create empty dir for missing path repo (#41)
1 parent 4f7cb18 commit 80fefc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ clean: composer minimal login
2020

2121
composer:
2222
rm -rf composer.lock vendor app/vendor
23+
mkdir -p app/composer/Plugin/RecipeUnpack
2324
$(EXEC) composer install --ignore-platform-req=php
2425

2526
start: stop-php

0 commit comments

Comments
 (0)