mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(nx/ci): set client as implicit dependency for server
This commit is contained in:
parent
c1a7b3653d
commit
edffe3afe5
@ -123,6 +123,9 @@
|
|||||||
"copy-webpack-plugin": "13.0.0"
|
"copy-webpack-plugin": "13.0.0"
|
||||||
},
|
},
|
||||||
"nx": {
|
"nx": {
|
||||||
|
"implicitDependencies": [
|
||||||
|
"@triliumnext/client"
|
||||||
|
],
|
||||||
"targets": {
|
"targets": {
|
||||||
"serve": {
|
"serve": {
|
||||||
"executor": "@nx/js:node",
|
"executor": "@nx/js:node",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user