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 9a88ffa commit 225d984Copy full SHA for 225d984
clients/client-transcribe-streaming/package.json
@@ -15,7 +15,7 @@
15
"build:cjs": "tsc -p tsconfig.json",
16
"build:es": "tsc -p tsconfig.es.json",
17
"build": "yarn build:cjs && yarn build:es",
18
- "postbuild": "cp test/speech.wav dist/cjs/test"
+ "postbuild": "cp src/test/speech.wav dist/cjs/test"
19
},
20
"main": "./dist/cjs/index.js",
21
"types": "./types/index.d.ts",
0 commit comments