Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Apr 27, 2020
1 parent 280ba0c commit 5bfb1e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5bfb1e6

Please sign in to comment.