build fix

This commit is contained in:
Eugene Pankov
2021-06-04 09:01:52 +02:00
parent 2b4c25104f
commit d435abd944
3 changed files with 2 additions and 89 deletions

View File

@@ -24,10 +24,6 @@ jobs:
cd ..
rm app/node_modules/.yarn-integrity
yarn
./node_modules/.bin/patch-package
cd app
../node_modules/.bin/patch-package
cd ..
- name: Build native deps
run: scripts/build-native.js

View File

@@ -28,10 +28,6 @@ jobs:
cd ..
rm app/node_modules/.yarn-integrity
yarn
./node_modules/.bin/patch-package
cd app
../node_modules/.bin/patch-package
cd ..
- name: Build native deps
run: scripts/build-native.js