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