Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 2246c7d74841b9c9c3fcde30fb175f82a18459e2
Author: 夜鹰 <17kungfuboy@gmail.com>
Date:   Mon May 23 16:27:28 2022 +0800

    feat: update

commit 6da4c6b4ba4e38a837083823c0237d102c379704
Author: 夜鹰 <17kungfuboy@gmail.com>
Date:   Mon May 23 16:06:22 2022 +0800

    feat: update

commit 255f5b4b13e73b886131bd6331bf6ec78eba16dd
Author: 夜鹰 <17kungfuboy@gmail.com>
Date:   Mon May 23 15:36:50 2022 +0800

    feat: update config

commit f277935cabba86b9292baed8ce869934351c6d3d
Author: 夜鹰 <17kungfuboy@gmail.com>
Date:   Mon May 23 15:24:04 2022 +0800

    feat: update

commit 2b92f5ec9ae3ff6c2a7a834b659c6e26cc6cc233
Author: 夜鹰 <17kungfuboy@gmail.com>
Date:   Mon May 23 15:05:04 2022 +0800

    feat: update config

commit 25f782114797d263ff4681421e10a53e6bc4652c
Author: 夜鹰 <17kungfuboy@gmail.com>
Date:   Mon May 23 13:18:56 2022 +0800

    feat: add dependencies

commit 0ff4f0b67a91be528a2e295be0b65c07915b1fad
Author: 夜鹰 <17kungfuboy@gmail.com>
Date:   Mon May 23 12:53:19 2022 +0800

    feat: update for dependency

commit 8320b911b693bac127d2d06c496d6fd946e3ee8c
Author: 夜鹰 <17kungfuboy@gmail.com>
Date:   Mon May 23 11:06:18 2022 +0800

    feat: init test pnpm
  • Loading branch information
kungfuboy committed May 24, 2022
1 parent c13538e commit 677b168
Show file tree
Hide file tree
Showing 8 changed files with 11,857 additions and 17,944 deletions.
4,607 changes: 0 additions & 4,607 deletions package-lock.json

This file was deleted.

19 changes: 8 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,18 @@
"author": "eoapi",
"private": true,
"scripts": {
"postinstall": "npm-run-all --serial install:*",
"start": "npm-run-all -p startall electron:serve",
"postinstall": "electron-builder install-app-deps",
"start": "npm-run-all -p start:workbench electron:serve",
"serve:web": "cd src/workbench/browser && npm run ng:serve",
"startall": "npm-run-all -p start:*",
"install:workbench": "cd src/workbench/browser&&npm install",
"start:workbench": "cd src/workbench/browser&&npm start",
"build:workbench": "cd src/workbench/browser&&npm run build",
"test:workbench": "cd src/workbench/browser&&npm run test",
"install:node-electron": "electron-builder install-app-deps",
"start:workbench": "cd src/workbench/browser && pnpm start",
"build:workbench": "cd src/workbench/browser && pnpm build",
"test:workbench": "cd src/workbench/browser && pnpm test",
"electron:serve": "wait-on tcp:4200 && npm run electron:dev",
"electron:dev:static": "npm run electron:tsc && electron .",
"electron:dev": "npm run electron:tsc && electron . --development",
"build": "npm-run-all -p build:* && npm run build:static",
"build": "npm-run-all -s build:workbench electron:tsc && electron-builder build",
"build:static": "npm run electron:tsc && electron-builder build",
"release": "npm-run-all -p build:* && npm run electron:tsc && electron-builder --publish=always",
"release": "npm-run-all -s build:workbench electron:tsc && electron-builder --publish=always",
"test": "npm-run-all --serial test:*",
"electron:tsc": "tsc -p tsconfig.json"
},
Expand All @@ -37,7 +34,6 @@
"fix-path": "3.0.0",
"form-data": "^4.0.0",
"iconv-lite": "^0.6.3",
"ky": "0.30.0",
"resolve": "^1.22.0",
"rxjs": "7.5.5",
"xml2js": "^0.4.23"
Expand All @@ -47,6 +43,7 @@
"@types/node": "17.0.32",
"@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.23.0",
"dmg-builder": "23.0.9",
"electron": "18.2.2",
"electron-builder": "23.0.9",
"electron-notarize": "1.2.1",
Expand Down
Loading

0 comments on commit 677b168

Please sign in to comment.