Test code climate #1058

Closed
IGassmann wants to merge 48 commits from testCodeClimate into master
Showing only changes of commit 2433c6fcd0 - Show all commits

View file

@ -34,9 +34,9 @@ script:
-v ~/.cache/electron:/root/.cache/electron \
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
electronuserland/builder:wine \
/bin/bash -c "yarn --link-duplicates --pure-lockfile && yarn release --linux --win"
/bin/bash -c "yarn --link-duplicates --pure-lockfile && yarn build --linux --win"
else
yarn release
yarn build
fi
branches:
except: