Skip to content

Commit

Permalink
Update react-native-demos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Dec 11, 2024
1 parent c2a77b1 commit b7bcb0c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/react-native-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ jobs:
- name: Pre-build dependencies
run: npm install -g yarn

# ************ REMOVE AFTER RELEASE *****************
- name: Build and package binding
working-directory: binding/react-native
run: yarn && yarn pkg

- name: Add to demo
run: yarn add ../../binding/react-native/pkg/picovoice-cheetah-react-native-2.1.0.tgz
# ***************************************************

- name: Install dependencies
run: yarn android-install

Expand Down Expand Up @@ -75,15 +66,6 @@ jobs:
- name: Pre-build dependencies
run: npm install -g yarn

# ************ REMOVE AFTER RELEASE *****************
- name: Build and package binding
working-directory: binding/react-native
run: yarn && yarn pkg

- name: Add to demo
run: yarn add ../../binding/react-native/pkg/picovoice-cheetah-react-native-2.1.0.tgz
# ***************************************************

- name: Install dependencies
run: yarn ios-install

Expand Down

0 comments on commit b7bcb0c

Please sign in to comment.