Skip to content

Commit

Permalink
fix npm run options
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan committed Jan 19, 2021
1 parent c8c5583 commit 070d3ed
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...
@npm run cdk deploy --require-approval never
@npm run cdk -- deploy --require-approval never

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

lambda:
@echo Building Lambda...
Expand Down

0 comments on commit 070d3ed

Please sign in to comment.