Skip to content

Commit 225d984

Browse files
committed
fix: postbuild in client-transcribe-streaming
1 parent 9a88ffa commit 225d984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/client-transcribe-streaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build:cjs": "tsc -p tsconfig.json",
1616
"build:es": "tsc -p tsconfig.es.json",
1717
"build": "yarn build:cjs && yarn build:es",
18-
"postbuild": "cp test/speech.wav dist/cjs/test"
18+
"postbuild": "cp src/test/speech.wav dist/cjs/test"
1919
},
2020
"main": "./dist/cjs/index.js",
2121
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)