Skip to content

Commit

Permalink
FIX: devbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
adrexia authored Dec 13, 2018
1 parent 706e4be commit 0183e5d
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 @@ -13,7 +13,7 @@ setup: ## Run when first setting up this project
@test -f .env || cp .example.env .env
@make gulpbuild && cd ../
@composer install && composer vendor-expose
@sake dev/build "flush=1"
@make devbuild
@echo "---\n\n\n \033[1;35m 💥 Project built! Don't forget to update your .env file. See Makefile for more commands \033[0m \n\n"

startsolr: ## For projects using the fulltextsearch-localsolr module, this will start up the solr server.
Expand Down

0 comments on commit 0183e5d

Please sign in to comment.