We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3decfc1 commit b9de85bCopy full SHA for b9de85b
clients/client-s3/package.json
@@ -3,7 +3,7 @@
3
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
"version": "3.682.0",
5
"scripts": {
6
- "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'",
7
"build:cjs": "node ../../scripts/compilation/inline client-s3",
8
"build:es": "tsc -p tsconfig.es.json",
9
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
0 commit comments