Skip to content

Commit

Permalink
build: Add build:electron-publish script for Electron app
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Lopez committed Oct 2, 2024
1 parent 70e0b16 commit 9ada809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"start": "ng serve",
"build": "ng build",
"build:electron": "ng build && npx cap sync @capacitor-community/electron && cd electron && npm run electron:make-not-publish",
"build:electron-publish": "ng build && npx cap sync @capacitor-community/electron && cd electron && npm run electron:make",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down

0 comments on commit 9ada809

Please sign in to comment.