From 6a0a20dd499997053cf042c9377aeda0500f6a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gosta=C5=84ski?= <67002661+grixu@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:20:32 +0200 Subject: [PATCH] docs: fix lines highlight --- docs/content/4.sdk/6.migration-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/4.sdk/6.migration-guide.md b/docs/content/4.sdk/6.migration-guide.md index 7377e4ad90..ac58f34ce5 100644 --- a/docs/content/4.sdk/6.migration-guide.md +++ b/docs/content/4.sdk/6.migration-guide.md @@ -367,7 +367,7 @@ RUN apk add --no-cache libc6-compat && \ RUN yarn install --ignore-scripts && \ yarn turbo run build --scope="storefront-unified-nextjs" -// [!code ++:20] +// [!code ++:21] # First, we copy just package.json to install dependencies first to cache them in Docker layer # Each Docker command is cached separately. In case when Docker will find that the result of a # command would be different it will invalidate the cache for the line AND THE FOLLOWING ONES.