mirror of
https://github.com/zadam/trilium.git
synced 2025-12-09 12:16:10 +08:00
fix(nx/forge): electron-forge:make not working
This commit is contained in:
parent
312288988d
commit
82e98e5f59
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
|||
},
|
||||
"electron-forge:make": {
|
||||
"dependsOn": [ "build" ],
|
||||
"command": "pnpm exec electron-forge make apps/desktop"
|
||||
"command": "pnpm exec electron-forge make apps/desktop/dist"
|
||||
},
|
||||
"electron-forge:package": {
|
||||
"dependsOn": [ "build" ],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue