Skip to content

Commit

Permalink
chore: package
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Feb 20, 2024
1 parent a3587cd commit 4ca2267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "npm run copy-server-to-electron && cd electron-app && npm run start",
"make": "npm run copy-server-to-electron && cd electron-app && npm run make",
"publish": "npm run copy-server-to-electron && cd electron-app && npm run publish",
"publish-win": "npm run copy-server-to-electron-win && cd electron-app && npm run publish"
"publish-win": "cd electron-app && npm run publish"
},
"keywords": [
"electron",
Expand Down

0 comments on commit 4ca2267

Please sign in to comment.