From 286439cca0dba79247351b9d6ed45e33545eeaff Mon Sep 17 00:00:00 2001 From: Kylart Date: Thu, 16 Nov 2017 22:40:25 +0100 Subject: [PATCH] Revert publish chages --- publish.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/publish.sh b/publish.sh index 17d6448..7dfc68e 100755 --- a/publish.sh +++ b/publish.sh @@ -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