From 0c0beb744678d17f7e3e7a6e572ee26aab52ee1e Mon Sep 17 00:00:00 2001 From: Hinton Date: Mon, 26 Oct 2020 20:35:47 +0100 Subject: [PATCH] Build proxy for all dist --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 73bd1fd687..4f3627fc1e 100644 --- a/package.json +++ b/package.json @@ -44,12 +44,12 @@ "pack:win": "npm run clean:dist && electron-builder --win --x64 --ia32 -p never -c.win.certificateSubjectName=\"8bit Solutions LLC\"", "pack:win:ci": "npm run clean:dist && electron-builder --win --x64 --ia32 -p never", "pack:proxy": "pkg build/proxy/app.js --out-path build/proxies", - "dist:dir": "npm run build && npm run pack:dir", - "dist:lin": "npm run build && npm run pack:lin", - "dist:mac": "npm run build && npm run pack:mac", - "dist:mac:mas": "npm run build && npm run pack:mac:mas", - "dist:mac:masdev": "npm run build && npm run pack:mac:masdev", - "dist:win": "npm run build && npm run pack:win", + "dist:dir": "npm run build && npm run dist:proxy && npm run pack:dir", + "dist:lin": "npm run build && npm run dist:proxy && npm run pack:lin", + "dist:mac": "npm run build && npm run dist:proxy && npm run pack:mac", + "dist:mac:mas": "npm run build && npm run dist:proxy && npm run pack:mac:mas", + "dist:mac:masdev": "npm run build && npm run dist:proxy && npm run pack:mac:masdev", + "dist:win": "npm run build && npm run dist:proxy && npm run pack:win", "dist:win:ci": "npm run build && npm run dist:proxy && npm run pack:win:ci", "dist:proxy": "npm run build:proxy && npm run pack:proxy", "publish:lin": "npm run build && npm run clean:dist && electron-builder --linux --x64 -p always",