From 93a3119f9540b66d7daa98a08ae442d4f8426161 Mon Sep 17 00:00:00 2001 From: Sampras Lopes Date: Fri, 2 Aug 2024 16:33:41 +0530 Subject: [PATCH] update the typescript deploy commands --- cdk/typescript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdk/typescript/README.md b/cdk/typescript/README.md index 60f58f6..f19100b 100644 --- a/cdk/typescript/README.md +++ b/cdk/typescript/README.md @@ -20,4 +20,4 @@ See [here](../README.md). * `npm run build` compile typescript to js * `npm run watch` watch for changes and compile * `npm run test` perform the jest unit tests - * `npm run deploy` deploy this stack to your default AWS account/region + * `npm run cdk deploy` deploy this stack to your default AWS account/region