Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: re-add client-transcribe-streaming scripts (#1219)
  • Loading branch information
trivikr committed May 29, 2020
1 parent 840ea04 commit 658c2fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion clients/client-transcribe-streaming/package.json
Expand Up @@ -13,8 +13,11 @@
"remove-js": "rimraf *.js && rimraf ./commands/*.js && rimraf ./models/*.js && rimraf ./protocols/*.js",
"remove-maps": "rimraf *.js.map && rimraf ./commands/*.js.map && rimraf ./models/*.js.map && rimraf ./protocols/*.js.map",
"test": "jest --coverage --passWithNoTests",
"test:integration": "jest --config jest.integ.config.js",
"build:cjs": "tsc",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es"
"build": "yarn build:cjs && yarn build:es",
"postbuild": "cp test/speech.wav dist/cjs/test"
},
"main": "./dist/cjs/index.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit 658c2fd

Please sign in to comment.