Using specific list of npm workspaces
This commit is contained in:
11
package.json
11
package.json
@@ -5,8 +5,15 @@
|
|||||||
"repository": "https://github.com/sap-samples/cloud-cap-samples.git",
|
"repository": "https://github.com/sap-samples/cloud-cap-samples.git",
|
||||||
"author": "daniel.hutzel@sap.com",
|
"author": "daniel.hutzel@sap.com",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"./*",
|
"bookshop",
|
||||||
"./etc/*"
|
"bookstore",
|
||||||
|
"common",
|
||||||
|
"fiori",
|
||||||
|
"orders",
|
||||||
|
"reviews",
|
||||||
|
"shared-db",
|
||||||
|
"etc/data-viewer",
|
||||||
|
"etc/loggers"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cap-js/cds-test": "^0"
|
"@cap-js/cds-test": "^0"
|
||||||
|
|||||||
Reference in New Issue
Block a user