Skip to content

Commit 9b4b732

Browse files
committed
update: 行儀の良くないサンプルコードは削除
1 parent 0ad4f83 commit 9b4b732

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

articles/0016-make-makefile.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ front-setup: ## フロントエンド開発環境初回構築
126126
@echo "cd frontend && npm install"
127127
@echo "cd frontend && npm run build"
128128

129-
install-tools: ## 開発ツールのインストール
130-
@echo "brew install postgresql redis minio awscli"
131-
@echo "npm install -g @aws-amplify/cli"
132-
133129
## Docker関連 ##
134130
docker-up: ## Docker環境の構築
135131
@echo "docker compose up -d"

0 commit comments

Comments
 (0)