From c25af50b12677a385a3f17723411d6677b34d010 Mon Sep 17 00:00:00 2001 From: Steffen Waldmann Date: Tue, 4 Aug 2026 10:25:26 +0200 Subject: [PATCH] docs: remove `--ws-pack` from microservices guide --- guides/deploy/microservices.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/guides/deploy/microservices.md b/guides/deploy/microservices.md index 301a1a0ec..0428a7a61 100644 --- a/guides/deploy/microservices.md +++ b/guides/deploy/microservices.md @@ -356,16 +356,12 @@ build-parameters: commands: - npm ci - npx cds build ./shared-db --for hana --production - - npx cds build ./orders --for nodejs --production --ws-pack # [!code ++] + - npx cds build ./orders --for nodejs --production # [!code ++] - npx cds build ./reviews --for nodejs --production # [!code ++] - - npx cds build ./bookstore --for nodejs --production --ws-pack # [!code ++] + - npx cds build ./bookstore --for nodejs --production # [!code ++] ``` ::: -::: info --ws-pack -Note that we use the *--ws-pack* option for some modules. It's important for node modules referencing other repository-local node modules. -::: - ### Authentication