mirror of
https://github.com/desktop/desktop
synced 2024-11-05 20:49:32 +00:00
6 lines
273 B
Bash
Executable file
6 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
|