Skip to content

Commit

Permalink
update app:build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Enoooch committed Oct 13, 2021
1 parent bf89a1a commit 2958f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 package",
"app:build": "yarn build:for:electron && yarn make",
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
Expand Down Expand Up @@ -44,4 +44,4 @@
"vue-tsc": "^0.0.24",
"wait-on": "^6.0.0"
}
}
}

0 comments on commit 2958f30

Please sign in to comment.