From 56dae4e317aa0885749e9f90d4ec9cd5403746b0 Mon Sep 17 00:00:00 2001 From: Paul Thompson Date: Sat, 17 Apr 2021 10:16:40 +1000 Subject: [PATCH] docs(upgrading): add generate-clients doc dependencies (#2224) * docs(generate-clients): mention smithy-typescript dependency Co-authored-by: AllanZhengYP --- scripts/generate-clients/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/generate-clients/README.md b/scripts/generate-clients/README.md index 4806bd1ceb70..3750093203e9 100644 --- a/scripts/generate-clients/README.md +++ b/scripts/generate-clients/README.md @@ -2,7 +2,8 @@ ## Prerequisite -This script requires Node.js >= 12 +* Node.js version >= 12. +* [Build and publish Smithy-TypeScript locally](https://github.com/awslabs/smithy-typescript#steps-to-build). ## Options: