Skip to content

Commit 7f2a26b

Browse files
committed
Cleanup lockfile before install to ensure latest version of subdepedencies
1 parent 8b5c094 commit 7f2a26b

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
@@ -10,6 +10,7 @@ help:
1010

1111
.PHONY: install
1212
install: ## Install depedencies
13+
docker compose run phpfpm rm -rf composer.lock
1314
docker compose run phpfpm composer install
1415

1516
.PHONY: cs

0 commit comments

Comments
 (0)