From 5f66ef36c8cecdd1eb79d2d01e85309508085f10 Mon Sep 17 00:00:00 2001 From: Kylart Date: Fri, 1 Sep 2017 19:37:26 +0200 Subject: [PATCH] Updated publish.sh to automatically build --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 2d0b0b8..85bddf7 100755 --- a/publish.sh +++ b/publish.sh @@ -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