Skip to content

Commit

Permalink
Merge pull request #3 from cbouvat/fix-makefile
Browse files Browse the repository at this point in the history
fix: 🐛 Fix indentation in Makefile
  • Loading branch information
cbouvat authored Nov 27, 2023
2 parents 4681c88 + e159176 commit 37a961b
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 @@ -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
Expand Down

0 comments on commit 37a961b

Please sign in to comment.