Skip to content

Commit

Permalink
removing additional start
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyGarrison committed Sep 25, 2024
1 parent 51082c2 commit 5a6a634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ NITRO_VERSION := latest
start: start-localstack start-app
stop: stop-localstack stop-app
deploy-preview: deploy-preview-terraform
deploy-preview-terraform: localstack-start build-app localstack-deploy-terraform
deploy-preview-cdk: localstack-start build-app localstack-deploy-cdk
deploy-preview-terraform: build-app localstack-deploy-terraform
deploy-preview-cdk: build-app localstack-deploy-cdk

localstack-start:
@echo "Starting LocalStack..."
Expand Down

0 comments on commit 5a6a634

Please sign in to comment.