mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
chore(server): add entry point for circular-deps
This commit is contained in:
parent
7a0ab3c025
commit
18d11523a6
@ -354,6 +354,9 @@
|
|||||||
"build"
|
"build"
|
||||||
],
|
],
|
||||||
"command": "vitest --config {projectRoot}/vitest.build.config.mts"
|
"command": "vitest --config {projectRoot}/vitest.build.config.mts"
|
||||||
|
},
|
||||||
|
"circular-deps": {
|
||||||
|
"command": "pnpx dpdm -T {projectRoot}/src/**/*.ts --tree=false --warning=false --skip-dynamic-imports=circular"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user