mirror of
https://github.com/zadam/trilium.git
synced 2025-10-09 15:08:14 +08:00
chore(nx/forge): add package command
This commit is contained in:
parent
6db093c1e9
commit
dffbbeebc9
1 changed files with 5 additions and 1 deletions
|
@ -67,9 +67,13 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"make": {
|
||||
"electron-forge:make": {
|
||||
"dependsOn": [ "build" ],
|
||||
"command": "pnpm exec electron-forge make apps/desktop"
|
||||
},
|
||||
"electron-forge:package": {
|
||||
"dependsOn": [ "build" ],
|
||||
"command": "pnpm exec electron-forge package apps/desktop"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue