Revert publish chages

This commit is contained in:
Kylart 2017-11-16 22:40:25 +01:00
parent cb09a96e19
commit 286439cca0
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ if [ -z "$GH_TOKEN" ]; then
exit 1
fi
# This removes the development dependencies. It helps reduce the size of the final app
npm prune --production
# This will build, package and upload the app to GitHub.
npm run build && node_modules/.bin/build --win --ia32 --x64 --mac --linux deb AppImage -p always
# Reinstalling development packages