Skip to content

Commit 317758c

Browse files
authored
Remove commented out snippet for monorepo setups in CF guide (#1765)
`cds up` will take care of that in cds-dk 9.
1 parent 6852798 commit 317758c

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

guides/deployment/to-cf.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -250,23 +250,16 @@ cds up
250250

251251
[You need to be logged in to Cloud Foundry.](https://help.sap.com/products/BTP/65de2977205c403bbc107264b8eccf4b/7a37d66c2e7d401db4980db0cd74aa6b.html){.learn-more}
252252

253-
<!-- ::: info Prepare monorepo setups
254-
The CAP samples repository on GitHub has a more advanced (monorepo) structure, so tell the `mbt` tool to find the `package-lock.json` on top-level:
255-
256-
```sh
257-
ln -sf ../package-lock.json
258-
```
259-
260-
::: -->
261-
262-
263253
::: details Essentially, this automates the following steps...
264254

265255
```sh
266256
# Installing app dependencies, e.g.
267257
npm i app/browse
268258
npm i app/admin-books
269259
260+
# If project is monrepo
261+
ln -sf ../package-lock.json
262+
270263
# If project is multitenant
271264
npm i --package-lock-only mtx/sidecar
272265

0 commit comments

Comments
 (0)