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 34cd1fa commit 2e34fd8Copy full SHA for 2e34fd8
README.md
@@ -73,12 +73,15 @@ to Maven local:
73
74
- `git clone https://github.com/awslabs/smithy.git`
75
- `cd smithy`
76
-- `./gradlew publishToMavenLocal`
+- `./gradlew clean build publishToMavenLocal`
77
- `cd ..`
78
- `git clone https://github.com/awslabs/smithy-typescript.git`
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
84
+
85
You can find the build artifacts of the test package at:
86
`build/smithyprojections/smithy-typescript-codegen-test/source/typescript-codegen`
87
0 commit comments