From 33b94a070cb6fd9bb1031805050424377fb49649 Mon Sep 17 00:00:00 2001 From: vid Date: Mon, 30 Dec 2024 08:53:19 -0800 Subject: [PATCH] build dashboard --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d32fab4..a9c7a52f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "test-watch": "vitest", "clean": "rm -rf modules/*/build modules/*/tsconfig.tsbuildinfo modules/out-review/dashboard/web/build", "build-watch": "tsc -b modules/ --watch", - "build": "tsc -b modules/core modules/domain-storage modules/domain-webpage modules/web-http modules/storage-fs modules", + "build": "tsc -b modules/core modules/domain-storage modules/domain-webpage modules/web-http modules/storage-fs modules modules/out-review/dashboard/web", "format": "prettier --ignore-path .gitignore --write \"./src/**/*.+(ts|json)\"", "depcruise": "depcruise -c .dependency-cruiser.js -T dot modules/**/build/ | dot -T svg > dependencygraph.svg", "preversion": "npm run test"