diff --git a/Makefile b/Makefile index ed75c8e..2fafe68 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ eslint: ## Run eslint docker compose run --rm node npm run eslint install: copy-docker-compose-dev upgrade laravel-install copy-env up npm-install artisan-key-generate artisan-storage ## Install Project - @echo "✅ Project is installed and running, edit .env" + @echo "✅ Project is installed and running, edit .env" git-pull: git reset --hard