Skip to content

Commit b9de85b

Browse files
committed
test(client-s3): build browser bundle for test
1 parent 3decfc1 commit b9de85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/client-s3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
44
"version": "3.682.0",
55
"scripts": {
6-
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6+
"build": "node ./test/browser-build/esbuild && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-s3",
88
"build:es": "tsc -p tsconfig.es.json",
99
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",

0 commit comments

Comments
 (0)