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