mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(nx/ci): fix some dependencies not being triggered
This commit is contained in:
parent
8f5dc1a1c5
commit
c1a7b3653d
@ -64,17 +64,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": [
|
||||
{
|
||||
"target": "build",
|
||||
"projects": [
|
||||
"client",
|
||||
"server"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"electron-forge:make": {
|
||||
"dependsOn": [ "build" ],
|
||||
"command": "pnpm exec electron-forge make apps/desktop/dist"
|
||||
|
@ -143,16 +143,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": [
|
||||
{
|
||||
"target": "build",
|
||||
"projects": [
|
||||
"client"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"docker-build": {
|
||||
"dependsOn": [
|
||||
"build"
|
||||
|
Loading…
x
Reference in New Issue
Block a user