Skip to content

Commit 9b04294

Browse files
committed
Updated the used types to ensure seamless compilation, refer to: microsoft/TypeScript#52593 (comment) for reasoning
1 parent 2f3b38e commit 9b04294

File tree

5 files changed

+2
-54
lines changed

5 files changed

+2
-54
lines changed

package.json

+2-13
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"/dist",
4343
"/oclif.manifest.json"
4444
],
45-
"homepage": "https://github.com/elaramas/aws-sleek-transformer",
45+
"homepage": "https://github.com/aws-samples/addons-transformer-for-amazon-eks",
4646
"main": "",
4747
"license": "MIT",
4848
"name": "aws-sleek-transformer",
@@ -53,22 +53,11 @@
5353
"topicSeparator": " ",
5454
"macos": {
5555
"identifier": "com.aws.sleek.cli"
56-
},
57-
"topics": {
58-
"configure": {
59-
"description": "Sets up the Sleek CLI to work with a given helm chart"
60-
},
61-
"validate": {
62-
"description": "Validates the addons you want to validate"
63-
},
64-
"submit": {
65-
"description": "Submits the addons to the marketplace team to place in the EKS console marketplace"
66-
}
6756
}
6857
},
6958
"repository": "aws-samples/addons-transformer-for-amazon-eks",
7059
"scripts": {
71-
"build": "shx rm -rf dist && tsc -b",
60+
"build": "shx rm -rf dist && tsc -b && rsync -a -m --include='**/*.d.ts' --include='*/' --exclude='*' src/ dist/",
7261
"lint": "eslint . --ext .ts",
7362
"postpack": "shx rm -f oclif.manifest.json",
7463
"posttest": "npm run lint",
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/commands/validate.test.ts

-41
This file was deleted.

0 commit comments

Comments
 (0)