Skip to content

Commit

Permalink
update script app:build
Browse files Browse the repository at this point in the history
  • Loading branch information
Enoooch committed Oct 25, 2021
1 parent 7a678eb commit c519e44
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 @@ -11,7 +11,7 @@
"electron": "wait-on tcp:3000 && cross-env IS_DEV=true yarn start",
"electron:dev": "concurrently -k \"cross-env BROWSER=none yarn dev\" \"yarn electron\"",
"build:for:electron": "vue-tsc --noEmit && cross-env ELECTRON=true vite build",
"app:build": "yarn build:for:electron && yarn make",
"app:build": "yarn build:for:electron && yarn package",
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
Expand Down

0 comments on commit c519e44

Please sign in to comment.