1
0
mirror of https://github.com/desktop/desktop synced 2024-07-05 00:58:57 +00:00
github-desktop/script/install-arm64-deps.sh
2018-03-14 10:21:21 -04:00

7 lines
273 B
Bash
Executable File

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 && yarn compile:tslint