diff --git a/.github/workflows/web-demos.yml b/.github/workflows/web-demos.yml index ec583b5a..894138a6 100644 --- a/.github/workflows/web-demos.yml +++ b/.github/workflows/web-demos.yml @@ -35,12 +35,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - # ************** REMOVE AFTER RELEASE ******************** - - name: Build Web SDK - run: yarn && yarn build - working-directory: binding/web - # ******************************************************** - - name: Pre-build dependencies run: npm install yarn diff --git a/README.md b/README.md index abe02f48..32f6bcd6 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Orca may undergo changes as we continually enhance and refine the engine to prov - [Demos](#demos) - [Python](#python-demos) - [C](#c-demos) - - [Web Demo](#web-demo) + - [Web Demo](#web-demos) - [SDKs](#sdks) - [Python](#python) - [C](#c) diff --git a/binding/web/test/orca.test.ts b/binding/web/test/orca.test.ts index c9130d80..d01769f3 100644 --- a/binding/web/test/orca.test.ts +++ b/binding/web/test/orca.test.ts @@ -297,7 +297,7 @@ describe('Orca Binding', function() { try { let orca: any = null; - const setOrcaSpeech = (customSpeechRate: number) => new Promise(async (resolve) => { + const setOrcaSpeech = (customSpeechRate: number) => new Promise(async resolve => { orca = await instance.create( ACCESS_KEY, orcaSpeech => {