From 4ebf68dcd84c977d25d2b5a4dd218074a3a5b8fd Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Sun, 5 Sep 2021 09:20:38 +0000 Subject: [PATCH] docs: fix typo on `docs/README.md` --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 9f18ae5dd..c8256e925 100644 --- a/docs/README.md +++ b/docs/README.md @@ -258,7 +258,7 @@ Alternatively, you can specifically disable `prepare` script with ```shell npm set-script prepare "" -npm ci --only-production +npm ci --only=production ``` ### With a custom script