diff --git a/packages/cdk-dasm/package.json b/packages/cdk-dasm/package.json index 37c7074811e0e..e5ce5e1d61826 100644 --- a/packages/cdk-dasm/package.json +++ b/packages/cdk-dasm/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/awslabs/aws-cdk.git" }, "bin": { - "decdk": "bin/cdk-dasm" + "cdk-dasm": "bin/cdk-dasm" }, "scripts": { "build": "tsc && chmod +x bin/cdk-dasm", @@ -40,4 +40,4 @@ "engines": { "node": ">= 8.10.0" } -} +} \ No newline at end of file