Fix CI to include postinstall script of react-native-webrtc (#7043)

This commit is contained in:
Elias Nahum
2023-01-27 20:34:43 +02:00
committed by GitHub
parent a9dc4ec90f
commit 64ee37dfd4

View File

@@ -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 }}