Skip to content

Commit

Permalink
Fix Makefile for project without premium bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreGauthier committed Mar 22, 2024
1 parent f9b5484 commit 78924a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ generate_migration: sf

fixtures_load: ## Load fixtures (Delete DB and Elasticsearch data)
@$(SYMFONY) gally:index:clear
@$(SYMFONY) gally:vector-search:upload-model
@$(SYMFONY) list gally --raw | grep gally:vector-search:upload-model && $(SYMFONY) gally:vector-search:upload-model || true
@$(SYMFONY) hautelook:fixtures:load
@$(SYMFONY) doctrine:fixtures:load --append #Append argument used because the database is already reset by the previous command

Expand Down

0 comments on commit 78924a4

Please sign in to comment.