Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 226ab25

Browse files
committed
Using specific list of npm workspaces
1 parent 56a9796 commit 226ab25

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@
55
"repository": "https://github.com/sap-samples/cloud-cap-samples.git",
66
"author": "[email protected]",
77
"workspaces": [
8-
"./*",
9-
"./etc/*"
8+
"bookshop",
9+
"bookstore",
10+
"common",
11+
"fiori",
12+
"orders",
13+
"reviews",
14+
"shared-db",
15+
"etc/data-viewer",
16+
"etc/loggers"
1017
],
1118
"devDependencies": {
1219
"@cap-js/cds-test": "^0"

0 commit comments

Comments
 (0)