Skip to content

Commit 25f8f32

Browse files
authored
feat: publish files in dist-* only (#444)
1 parent 5a49858 commit 25f8f32

File tree

1 file changed

+2
-1
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+2
-1
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@
3636
"<4.0": {
3737
"dist-types/*": ["dist-types/ts3.4/*"]
3838
}
39-
}
39+
},
40+
"files": ["dist-*"]
4041
}

0 commit comments

Comments
 (0)