Skip to content

Commit

Permalink
commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Tum4ik committed Nov 21, 2024
1 parent 60ae40d commit 34659e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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": {
"electron": "@powershell ./scripts/electron.ps1",
"electron-serve": "@powershell ./scripts/electron-serve.ps1",
"electron-forge": "electron-forge",
"copy-files-from-to": "copy-files-from-to",
"concurrently": "concurrently",
"outdated": "npm outdated",
Expand Down
2 changes: 1 addition & 1 deletion scripts/prod-electron-forge-make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ npm run copy-files-from-to
tsc -p tsconfig.electron.json

npm run build
electron-forge make
npm run electron-forge make

0 comments on commit 34659e2

Please sign in to comment.