Fix CI to include postinstall script of react-native-webrtc (#7043)
This commit is contained in:
parent
a9dc4ec90f
commit
64ee37dfd4
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ commands:
|
|||
command: |
|
||||
NODE_ENV=development npm ci --ignore-scripts
|
||||
node node_modules/\@sentry/cli/scripts/install.js
|
||||
node node_modules/react-native-webrtc/tools/downloadWebRTC.js
|
||||
- save_cache:
|
||||
name: Save npm cache
|
||||
key: v2-npm-{{ checksum "package.json" }}-{{ arch }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue