Skip to content

Commit

Permalink
Update build script to include electron-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadmrx committed Feb 16, 2024
1 parent ab9024d commit 4e94dc5
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 @@ -15,8 +15,8 @@
"scripts": {
"i18n": "typesafe-i18n",
"dev": "vite",
"build:code": "tsc",
"build": "tsc && vite build",
"build:code": "tsc && vite build",
"build": "tsc && vite build && electron-builder",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
"preview": "vite preview",
"pree2e": "vite build --mode=test",
Expand Down

0 comments on commit 4e94dc5

Please sign in to comment.