Skip to content

Commit

Permalink
chore: fix the build script (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
54dbd authored Oct 22, 2023
1 parent 1dec137 commit 3056f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"dev": "vite ../ --port 3333 --mode electron",
"copy": "cp -r ../dist ./",
"build": "vite build ../ --mode electron && yarn copy && electron-builder"
"build": "vite build ../ --mode electron && pnpm copy && electron-builder"
},
"devDependencies": {
"electron": "24.8.2",
Expand Down

0 comments on commit 3056f19

Please sign in to comment.