From ceee48ad5fe06d0b28a5e2535d53d7e9163cc16f Mon Sep 17 00:00:00 2001 From: _XiaoTian Date: Thu, 19 May 2022 20:45:38 +0800 Subject: [PATCH] Update advanced-usage.md --- docs/advanced-usage.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index c5284d01..321218fc 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -102,8 +102,7 @@ steps: with: node-version: '14' cache: 'yarn' -- run: yarn install --frozen-lockfile -# - run: yarn install --immutable +- run: yarn install --frozen-lockfile # optional, --immutable - run: yarn test ```