ci: add monograph publishing workflow

This commit is contained in:
Abdullah Atta
2024-10-02 15:26:45 +05:00
committed by Abdullah Atta
parent 69ba20009c
commit 05df9b77ed
4 changed files with 87 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ const THREADS = Math.max(4, process.env.THREADS || os.cpus().length / 2);
const scopes = {
mobile: "apps/mobile",
web: "apps/web",
monograph: "apps/monograph",
vericrypt: "apps/vericrypt",
desktop: "apps/desktop",
core: "packages/core",