From 226ab2539e51e004500e5983ab81c2b6a22b9446 Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Thu, 24 Apr 2025 14:38:11 +0200 Subject: [PATCH] Using specific list of npm workspaces --- package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 70995a09..f886ccf2 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,15 @@ "repository": "https://github.com/sap-samples/cloud-cap-samples.git", "author": "daniel.hutzel@sap.com", "workspaces": [ - "./*", - "./etc/*" + "bookshop", + "bookstore", + "common", + "fiori", + "orders", + "reviews", + "shared-db", + "etc/data-viewer", + "etc/loggers" ], "devDependencies": { "@cap-js/cds-test": "^0"