Include desktop in monorepo

This commit is contained in:
Hakan Shehu
2024-11-06 09:03:08 +01:00
parent 992066912e
commit 00f6ac971e
561 changed files with 8586 additions and 15179 deletions

View File

@@ -14,7 +14,7 @@
"build": "turbo run build",
"clean": "turbo run clean",
"dev": "turbo run dev",
"watch": "turbo watch build --filter=@colanode/core --filter=@colanode/server",
"watch": "turbo watch build --filter=@colanode/core --filter=@colanode/server --filter=@colanode/desktop",
"lint": "turbo run lint --parallel",
"test": "turbo run test -- --watch false",
"format": "prettier --write ."