github-desktop/script/install-arm64-deps.sh

7 lines
250 B
Bash
Raw Normal View History

2018-02-13 18:13:26 +00:00
export TARGET_ARCH=arm64
yarn install --force --ignore-scripts
npm rebuild --arch=arm64 --target_arch=arm64
cd app && yarn install --force --ignore-scripts
npm rebuild --arch=arm64 --target_arch=arm64
cd .. && git submodule update --recursive --init