Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dogodo-cc committed Sep 12, 2024
1 parent 8b871aa commit 13e4e70
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 72,073 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/package-dmg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:


jobs:
build:
Expand All @@ -23,10 +22,10 @@ jobs:
node-version: 18.17.0

- name: 安装依赖
run: npm install
run: sh install.sh

- name: 构建渲染进程项目
run: npm run build:web
run: pnpm run make

- name: 构建项目
run: npm run generate
run: echo done!
3 changes: 1 addition & 2 deletions app-views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"type": "module",
"scripts": {
"dev": "vite --port 5555",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
"build": "vue-tsc -b && vite build"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
"app:dev": "cd ./app && tsc --watch",
"app:build": "cd ./app && tsc",
"web:dev": "cd ./app-views && pnpm run dev",
"web:build": "cd ./app-views && pnpm run build",
"web:preview": "cd ./app-views && pnpm run preview"
"web:build": "cd ./app-views && pnpm run build"
},
"packageManager": "[email protected]",
"devDependencies": {
"@electron/asar": "^3.2.8",
"@types/fs-extra": "^11.0.4",
"axios": "^1.7.4",
"electron": "32.0.1",
"electron": "29.0.1",
"electron-devtools-installer": "^3.2.0",
"extract-zip": "^2.0.1",
"fs-extra": "^11.2.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 13e4e70

Please sign in to comment.