Skip to content

Commit

Permalink
fix: 🐛 Fix indentation in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouvat committed Nov 27, 2023
1 parent 4681c88 commit e159176
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 e159176

Please sign in to comment.