We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7ed43 commit 2aa0921Copy full SHA for 2aa0921
README.md
@@ -79,8 +79,10 @@ to Maven local:
79
- `cd smithy-typescript`
80
- `./gradlew build`
81
82
-If you're consuming smithy-typescript locally in other project, run the following command instead:
83
-- `./gradlew clean build publishToMavenLocal`
+If you're consuming `smithy` or `smithy-typescript` and have already published
+locally, run the following command to publish the newest contents in your local
84
+repository:
85
+ - `./gradlew clean publishToMavenLocal`
86
87
You can find the build artifacts of the test package at:
88
`build/smithyprojections/smithy-typescript-codegen-test/source/typescript-codegen`
0 commit comments