Skip to content

Commit bc0ac06

Browse files
authored
chore(aws-util-test): remove spec files from build (#7003)
1 parent 4ebd428 commit bc0ac06

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Diff for: private/aws-util-test/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"sideEffects": false,
1919
"dependencies": {
2020
"@aws-sdk/aws-protocoltests-json": "*",
21-
"@aws-sdk/weather": "workspace:^",
2221
"@smithy/protocol-http": "^5.1.0",
2322
"@smithy/shared-ini-file-loader": "^4.0.2",
2423
"@smithy/types": "^4.2.0",

Diff for: private/aws-util-test/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"rootDir": "src",
1010
"useUnknownInCatchVariables": false
1111
},
12-
"exclude": ["test/", "*.spec.ts", "vitest.*.ts"]
12+
"exclude": ["test/", "**/*.spec.ts", "vitest.*.ts"]
1313
}

Diff for: yarn.lock

+1-2
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,6 @@ __metadata:
841841
resolution: "@aws-sdk/aws-util-test@workspace:private/aws-util-test"
842842
dependencies:
843843
"@aws-sdk/aws-protocoltests-json": "npm:*"
844-
"@aws-sdk/weather": "workspace:^"
845844
"@smithy/protocol-http": "npm:^5.1.0"
846845
"@smithy/shared-ini-file-loader": "npm:^4.0.2"
847846
"@smithy/types": "npm:^4.2.0"
@@ -23810,7 +23809,7 @@ __metadata:
2381023809
languageName: unknown
2381123810
linkType: soft
2381223811

23813-
"@aws-sdk/weather@workspace:^, @aws-sdk/weather@workspace:private/weather":
23812+
"@aws-sdk/weather@workspace:private/weather":
2381423813
version: 0.0.0-use.local
2381523814
resolution: "@aws-sdk/weather@workspace:private/weather"
2381623815
dependencies:

0 commit comments

Comments
 (0)