Skip to content

Commit

Permalink
no more dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan committed Dec 5, 2021
1 parent 17f03e7 commit d9aabdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
"python": {
"distName": "cdk-ec2-key-pair",
"module": "cdk_ec2_key_pair"
},
"dotnet": {
"namespace": "CDK.EC2.KeyPair",
"packageId": "CDK.EC2.KeyPair"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: install lambda
@echo Building application...
@npm run build

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

Expand Down

0 comments on commit d9aabdf

Please sign in to comment.