Skip to content

Commit

Permalink
build: add dev start script with electron-vite (#483)
Browse files Browse the repository at this point in the history
Co-authored-by: Gaudv <[email protected]>
  • Loading branch information
Gaudv and Gaudv authored Oct 30, 2024
1 parent bf58f63 commit 0b3491a
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 @@ -11,6 +11,7 @@
"scripts": {
"generate-licenses": "node scripts/licenses.js",
"start": "electron-vite",
"dev": "electron-vite dev",
"build": "npm run generate-licenses && electron-vite build",
"package": "npm run build && electron-builder --win --publish=never",
"lint": "eslint --ext .ts,.tsx .",
Expand Down

0 comments on commit 0b3491a

Please sign in to comment.