Skip to content

Commit 2e34fd8

Browse files
trivikrsrchase
authored andcommitted
chore: add publishToMavenLocal command
Refs: aws/aws-sdk-js-v3#613
1 parent 34cd1fa commit 2e34fd8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,15 @@ to Maven local:
7373

7474
- `git clone https://github.com/awslabs/smithy.git`
7575
- `cd smithy`
76-
- `./gradlew publishToMavenLocal`
76+
- `./gradlew clean build publishToMavenLocal`
7777
- `cd ..`
7878
- `git clone https://github.com/awslabs/smithy-typescript.git`
7979
- `cd smithy-typescript`
8080
- `./gradlew build`
8181

82+
If you're consuming smithy-typescript locally in other project, run the following command instead:
83+
- `./gradlew clean build publishToMavenLocal`
84+
8285
You can find the build artifacts of the test package at:
8386
`build/smithyprojections/smithy-typescript-codegen-test/source/typescript-codegen`
8487

0 commit comments

Comments
 (0)