Updated publish.sh to automatically build

This commit is contained in:
Kylart 2017-09-01 19:37:26 +02:00
parent 996580ee6b
commit 5f66ef36c8
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ if [ -z "$GH_TOKEN" ]; then
fi
# This will build, package and upload the app to GitHub.
node_modules/.bin/build --win --mac --linux deb AppImage -p always
npm run build && node_modules/.bin/build --win --mac --linux deb AppImage -p always