File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"paths": [
3
- "codegen/sdk-codegen/build/smithyprojections/sdk-codegen/*/typescript- codegen/**/*.ts",
4
- "codegen/protocol-test-codegen/build/smithyprojections/protocol-test-codegen/*/typescript- codegen/**/*.ts"
3
+ "codegen/sdk-codegen/build/smithyprojections/sdk-codegen/*/typescript* codegen/**/*.ts",
4
+ "codegen/protocol-test-codegen/build/smithyprojections/protocol-test-codegen/*/typescript* codegen/**/*.ts"
5
5
],
6
6
"ignored": []
7
7
}
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ const {
46
46
try {
47
47
if ( serverOnly === true ) {
48
48
await generateProtocolTests ( ) ;
49
+ await eslintFixCode ( ) ;
49
50
await prettifyCode ( CODE_GEN_PROTOCOL_TESTS_OUTPUT_DIR ) ;
50
51
await copyServerTests ( CODE_GEN_PROTOCOL_TESTS_OUTPUT_DIR , PROTOCOL_TESTS_CLIENTS_DIR ) ;
51
52
You can’t perform that action at this time.
0 commit comments