Skip to content

Commit

Permalink
test(client-s3): build browser bundle for test
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Nov 1, 2024
1 parent 3decfc1 commit b9de85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/client-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
"version": "3.682.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build": "node ./test/browser-build/esbuild && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-s3",
"build:es": "tsc -p tsconfig.es.json",
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
Expand Down

0 comments on commit b9de85b

Please sign in to comment.