mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 02:07:31 +08:00
chore(nx/forge): fix package not building server
This commit is contained in:
parent
3bdd13fa44
commit
0784a71d79
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"dependsOn": [ "^build" ],
|
"dependsOn": [ "build" ],
|
||||||
"command": "bash apps/server/scripts/build-server.sh"
|
"command": "bash apps/server/scripts/build-server.sh"
|
||||||
},
|
},
|
||||||
"docker-build": {
|
"docker-build": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue