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 840ea04 commit 658c2fdCopy full SHA for 658c2fd
clients/client-transcribe-streaming/package.json
@@ -13,8 +13,11 @@
13
"remove-js": "rimraf *.js && rimraf ./commands/*.js && rimraf ./models/*.js && rimraf ./protocols/*.js",
14
"remove-maps": "rimraf *.js.map && rimraf ./commands/*.js.map && rimraf ./models/*.js.map && rimraf ./protocols/*.js.map",
15
"test": "jest --coverage --passWithNoTests",
16
+ "test:integration": "jest --config jest.integ.config.js",
17
+ "build:cjs": "tsc",
18
"build:es": "tsc -p tsconfig.es.json",
- "build": "yarn build:cjs && yarn build:es"
19
+ "build": "yarn build:cjs && yarn build:es",
20
+ "postbuild": "cp test/speech.wav dist/cjs/test"
21
},
22
"main": "./dist/cjs/index.js",
23
"types": "./types/index.d.ts",
0 commit comments