|
|
@ -46,11 +46,11 @@ if ! git diff-index --quiet HEAD --; then |
|
|
|
exit 1 |
|
|
|
fi |
|
|
|
|
|
|
|
originRemote=$(git config --get remote.origin.url) |
|
|
|
if [ "$originRemote" != "https://github.com/LedgerHQ/ledger-live-desktop.git" ]; then |
|
|
|
echo "the origin remote is incorrect ($originRemote)" |
|
|
|
exit 1 |
|
|
|
fi |
|
|
|
# originRemote=$(git config --get remote.origin.url) |
|
|
|
# if [ "$originRemote" != "https://github.com/LedgerHQ/ledger-live-desktop.git" ]; then |
|
|
|
# echo "the origin remote is incorrect ($originRemote)" |
|
|
|
# exit 1 |
|
|
|
# fi |
|
|
|
|
|
|
|
runJob "yarn compile" "compiling..." "compiled" "failed to compile" "verbose" |
|
|
|
|
|
|
|