Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Mar 6, 2019
1 parent 6612854 commit 802db34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ linux:
publish:
provider: github
target:
- arch:
- target: default
arch:
- x64
mac:
publish:
provider: github
target:
- arch:
- target: default
arch:
- x64
category: public.app-category.utilities
nsis:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"scripts": {
"install": "npm run build",
"start": "electron ./",
"test": "jest --coverage",
"test": "jest --coverage --coverageReporters=text-lcov | coveralls",
"build": "webpack --mode development",
"build:production": "webpack --mode production",
"clean": "rimraf coverage dist",
"docz:dev": "docz dev",
"docz:build": "docz build",
"pack": "electron-builder",
"prettier": "prettier -c --write ./**/*",
"test:coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls"
"test:unit": "jest --coverage"
},
"config": {
"unsafe-perm": true
Expand Down

0 comments on commit 802db34

Please sign in to comment.