From 5bfb1e61e89eaf68773b09c7d466aa794ac94b20 Mon Sep 17 00:00:00 2001 From: Shirasawa <764798966@qq.com> Date: Mon, 27 Apr 2020 21:51:25 +0800 Subject: [PATCH] Fix build --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 509e84b..37ad1e5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "fix": "eslint src/ packages/ .github/ --fix --ext .js,.ts,.tsx", "start": "parcel index.html src/main.ts --bundle-node-modules --no-autoinstall --target electron --public-url .", "run": "electron .", - "pack": "npm run sync-version && electron-builder", + "pack": "npm run sync-version && electron-builder --publish=never", "sync-version": "node packages/sync-version/index.js", "build": "npm run clean && parcel build index.html src/main.ts --target electron --public-url . -d app/dist --bundle-node-modules --no-source-maps --no-cache", "test": "npm run lint", @@ -224,7 +224,6 @@ "include": "build/installer.nsh", "appPackageUrl": "https://nsis.pl.apisium.cn/release/pl-nsis-redirect" }, - "publish": [], "linux": { "maintainer": "Shirasawa <764798966@qq.com>", "icon": "build/icons",