Skip to content

Commit

Permalink
use npm run to trigger cdk
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan committed Jan 19, 2021
1 parent a693ca3 commit c8c5583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ build: install lambda

deploy: build
@echo Deploying application...
@cdk deploy --require-approval never
@npm run cdk deploy --require-approval never

DESTROY: build
@echo Destroying application...
@cdk destroy --force
@npm run cdk destroy --force

lambda:
@echo Building Lambda...
Expand Down

0 comments on commit c8c5583

Please sign in to comment.