From 40435f919f948961408b8d4836f0153010b34471 Mon Sep 17 00:00:00 2001 From: arigatodl Date: Mon, 23 Jul 2018 15:48:01 +0900 Subject: [PATCH] fix: add all mac, linux and windows packages for publishing --- hummingbird-desktop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hummingbird-desktop/package.json b/hummingbird-desktop/package.json index cb4d91e..78f14b3 100644 --- a/hummingbird-desktop/package.json +++ b/hummingbird-desktop/package.json @@ -7,7 +7,7 @@ "scripts": { "pack": "electron-builder --dir", "dist": "electron-builder -mlw", - "publish": "build -p always", + "publish": "build -mlw -p always", "start": "NODE_ENV=development electron .", "build": "webpack --config webpack.config.js && electron-rebuild", "test": "mocha",